Merging should be done right... :/
This commit is contained in:
parent
78a71cfbab
commit
283466ae95
1 changed files with 1 additions and 0 deletions
|
@ -958,6 +958,7 @@ void TDLibWrapper::searchPublicChats(const QString &query)
|
|||
requestObject.insert(_TYPE, "searchPublicChats");
|
||||
requestObject.insert("query", query);
|
||||
requestObject.insert(_EXTRA, "searchPublicChats");
|
||||
this->sendRequest(requestObject);
|
||||
}
|
||||
|
||||
void TDLibWrapper::readAllChatMentions(qlonglong chatId)
|
||||
|
|
Loading…
Reference in a new issue