mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use folder_id / still_unread_count from updates.
This commit is contained in:
@@ -207,9 +207,11 @@ void ApplyChatUpdate(
|
||||
void ApplyChatUpdate(
|
||||
not_null<ChatData*> chat,
|
||||
const MTPDupdateChatDefaultBannedRights &update);
|
||||
|
||||
void ApplyChatParticipants(
|
||||
void ApplyChatUpdate(
|
||||
not_null<ChatData*> chat,
|
||||
const MTPChatParticipants &participants);
|
||||
const MTPDchatFull &update);
|
||||
void ApplyChatUpdate(
|
||||
not_null<ChatData*> chat,
|
||||
const MTPChatParticipants &update);
|
||||
|
||||
} // namespace Data
|
||||
|
Reference in New Issue
Block a user