Update API scheme to layer 133.

This commit is contained in:
John Preston
2021-08-25 11:15:05 +03:00
parent ce7a3c354c
commit a6c98f4bb4
61 changed files with 618 additions and 615 deletions
@@ -83,7 +83,7 @@ std::optional<MTPmessages_Search> PrepareSearchRequest(
}
Unexpected("Direction in PrepareSearchRequest");
}();
const auto hash = int32(0);
const auto hash = uint64(0);
return MTPmessages_Search(
MTP_flags(0),
@@ -92,14 +92,14 @@ std::optional<MTPmessages_Search> PrepareSearchRequest(
MTP_inputPeerEmpty(),
MTPint(), // top_msg_id
filter,
MTP_int(0),
MTP_int(0),
MTP_int(0), // min_date
MTP_int(0), // max_date
MTP_int(offsetId),
MTP_int(addOffset),
MTP_int(limit),
MTP_int(maxId),
MTP_int(minId),
MTP_int(hash));
MTP_long(hash));
}
SearchResult ParseSearchResult(