mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
pts handled for channels now
This commit is contained in:
@@ -383,7 +383,7 @@ public:
|
||||
|
||||
void start();
|
||||
|
||||
void messagesReceived(const MTPmessages_Messages &messages, mtpRequestId requestId);
|
||||
void messagesReceived(PeerData *peer, const MTPmessages_Messages &messages, mtpRequestId requestId);
|
||||
void historyLoaded();
|
||||
|
||||
void windowShown();
|
||||
@@ -517,6 +517,7 @@ public:
|
||||
void clearAllLoadRequests();
|
||||
|
||||
void contactsReceived();
|
||||
void updateToEndVisibility();
|
||||
|
||||
~HistoryWidget();
|
||||
|
||||
@@ -662,8 +663,6 @@ private:
|
||||
|
||||
void countHistoryShowFrom();
|
||||
|
||||
void updateToEndVisibility();
|
||||
|
||||
void stickersGot(const MTPmessages_AllStickers &stickers);
|
||||
bool stickersFailed(const RPCError &error);
|
||||
|
||||
|
Reference in New Issue
Block a user