2
0
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:
23rd
2022-10-13 01:24:03 +03:00
committed by John Preston
parent ad7bc6326d
commit 79f592a84f
9 changed files with 155 additions and 43 deletions

View File

@@ -67,6 +67,7 @@ struct PeerUpdate {
IsBlocked = (1ULL << 8),
MessagesTTL = (1ULL << 9),
FullInfo = (1ULL << 10),
Usernames = (1ULL << 11),
// For users
CanShareContact = (1ULL << 11),