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

Update API scheme to layer 91.

This commit is contained in:
John Preston
2018-12-17 11:43:47 +04:00
parent 7960706e60
commit 6d9f40db30
5 changed files with 33 additions and 21 deletions

View File

@@ -500,8 +500,7 @@ void EditCaptionBox::save() {
MTP_string(sending.text),
MTPInputMedia(),
MTPnullMarkup,
sentEntities,
MTP_inputGeoPointEmpty()),
sentEntities),
rpcDone(&EditCaptionBox::saveDone),
rpcFail(&EditCaptionBox::saveFail));
}