2
0
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:
John Preston
2021-01-14 17:13:43 +04:00
parent 02ad5f2772
commit e5320b4b4e
29 changed files with 385 additions and 280 deletions

View File

@@ -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),