Files
ghostgram/submodules/TelegramCore/FlatSerialization/Models/TelegramChatBannedRights.fbs

8 lines
115 B
Plaintext

namespace TelegramCore;
table TelegramChatBannedRights {
flags:int32 (id: 0);
untilDate:int32 (id: 1);
}