mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-02 04:35:08 +02:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
namespace TelegramCore;
|
|
|
|
table TelegramChatBannedRights {
|
|
flags:int32 (id: 0);
|
|
untilDate:int32 (id: 1);
|
|
}
|
|
|