2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

scheme updated

This commit is contained in:
John Preston
2015-11-03 12:49:10 -05:00
parent ede2065c26
commit 3004340378
7 changed files with 304 additions and 20 deletions

View File

@@ -418,6 +418,9 @@ public:
bool amAdmin() const {
return flags & MTPDchat::flag_admin;
}
bool isDeactivated() const {
return flags & MTPDchat::flag_deactivated;
}
typedef QMap<UserData*, int32> Participants;
Participants participants;
typedef QMap<UserData*, bool> InvitedByMe;