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