mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +00:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
namespace TelegramCore;
|
|
|
|
table TelegramChatBannedRights {
|
|
flags:int32 (id: 0);
|
|
untilDate:int32 (id: 1);
|
|
}
|
|
|