mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-15 07:49:27 +00:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
namespace TelegramCore;
|
|
|
|
table TelegramChatAdminRights {
|
|
rights:int32 (id: 0);
|
|
}
|
|
|
|
root_type TelegramChatAdminRights;
|