mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Implement new permanent invite link management.
This commit is contained in:
@@ -74,7 +74,7 @@ struct PeerUpdate {
|
||||
IsBot = (1 << 19),
|
||||
|
||||
// For chats and channels
|
||||
InviteLink = (1 << 20),
|
||||
InviteLinks = (1 << 20),
|
||||
Members = (1 << 21),
|
||||
Admins = (1 << 22),
|
||||
BannedUsers = (1 << 23),
|
||||
|
Reference in New Issue
Block a user