mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-09 13:13:52 +00:00
Merge tag 'v7.0.4' into dev
This commit is contained in:
@@ -67,6 +67,7 @@ void PeerSearch::request(
|
||||
|
||||
void PeerSearch::requestPeers() {
|
||||
const auto requestId = _session->api().request(MTPcontacts_Search(
|
||||
MTP_flags(0),
|
||||
MTP_string(_query),
|
||||
MTP_int(SearchPeopleLimit)
|
||||
)).done([=](const MTPcontacts_Found &result, mtpRequestId requestId) {
|
||||
|
||||
Reference in New Issue
Block a user