mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Search through Histories.
This commit is contained in:
@@ -136,6 +136,7 @@ private:
|
||||
const MTPcontacts_Found &result,
|
||||
mtpRequestId requestId);
|
||||
void escape();
|
||||
void cancelSearchRequest();
|
||||
|
||||
void setupSupportMode();
|
||||
void setupConnectingWidget();
|
||||
@@ -219,6 +220,7 @@ private:
|
||||
int32 _searchNextRate = 0;
|
||||
bool _searchFull = false;
|
||||
bool _searchFullMigrated = false;
|
||||
int _searchInHistoryRequest = 0; // Not real mtpRequestId.
|
||||
mtpRequestId _searchRequest = 0;
|
||||
|
||||
QMap<QString, MTPmessages_Messages> _searchCache;
|
||||
|
Reference in New Issue
Block a user