mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-18 13:59:46 +00:00
Update API scheme to layer 176.
This commit is contained in:
@@ -101,7 +101,8 @@ mtpRequestId EditMessage(
|
||||
inputMedia.value_or(Data::WebPageForMTP(webpage, text.isEmpty())),
|
||||
MTPReplyMarkup(),
|
||||
sentEntities,
|
||||
MTP_int(options.scheduled)
|
||||
MTP_int(options.scheduled),
|
||||
MTPint() // quick_reply_shortcut_id
|
||||
)).done([=](
|
||||
const MTPUpdates &result,
|
||||
[[maybe_unused]] mtpRequestId requestId) {
|
||||
|
Reference in New Issue
Block a user