2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Update API scheme to layer 99.

This commit is contained in:
John Preston
2019-04-15 13:20:07 +04:00
parent e1000b79a3
commit 905a024aed
6 changed files with 92 additions and 84 deletions

View File

@@ -528,6 +528,7 @@ void ApiWrap::requestDialogsCount() {
const auto hash = 0;
splitRequest(_startProcess->splitIndex, MTPmessages_GetDialogs(
MTP_flags(0),
MTPint(), // folder_id
MTP_int(offsetDate),
MTP_int(offsetId),
offsetPeer,
@@ -1097,6 +1098,7 @@ void ApiWrap::requestDialogsSlice() {
const auto hash = 0;
splitRequest(splitIndex, MTPmessages_GetDialogs(
MTP_flags(0),
MTPint(), // folder_id
MTP_int(_dialogsProcess->offsetDate),
MTP_int(_dialogsProcess->offsetId),
_dialogsProcess->offsetPeer,