mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
scheme updated
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user