2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

search channel by username

This commit is contained in:
John Preston
2015-09-13 22:15:45 +03:00
parent c3270d6b66
commit eaacc1b7e2
4 changed files with 32 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ enum {
MTPDchannel_flag_left = (1 << 3),
MTPDchannel_flag_kicked = (1 << 4),
MTPDchat_flag_left = (1 << 3),
MTPDchat_flag_kicked = (1 << 4),
MTPupdates_ChannelDifference_flag_final = (1 << 0),
MTPDchannelMessagesFilter_flag_only_important = (1 << 0),