mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added usernames support to info profile.
This commit is contained in:
@@ -67,6 +67,7 @@ struct PeerUpdate {
|
||||
IsBlocked = (1ULL << 8),
|
||||
MessagesTTL = (1ULL << 9),
|
||||
FullInfo = (1ULL << 10),
|
||||
Usernames = (1ULL << 11),
|
||||
|
||||
// For users
|
||||
CanShareContact = (1ULL << 11),
|
||||
|
Reference in New Issue
Block a user