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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user