Update API scheme to layer 227.

This commit is contained in:
John Preston
2026-05-20 13:54:53 +04:00
parent ec0d523160
commit b1e012c466
14 changed files with 91 additions and 26 deletions
+2 -1
View File
@@ -319,7 +319,8 @@ mtpRequestId EditMessage(
sentEntities,
MTP_int(options.scheduled),
MTP_int(options.scheduleRepeatPeriod),
MTP_int(item->shortcutId())
MTP_int(item->shortcutId()),
MTPInputRichMessage()
)).done([=](
const MTPUpdates &result,
[[maybe_unused]] mtpRequestId requestId) {