Update API scheme to layer 221.

This commit is contained in:
John Preston
2025-12-15 21:36:36 +04:00
parent 89ddff7f1a
commit a96e00e44c
2 changed files with 13 additions and 3 deletions
+3 -1
View File
@@ -440,8 +440,10 @@ bool SendDice(MessageToSend &message) {
.effectId = action.options.effectId,
.suggest = HistoryMessageSuggestInfo(action.options),
}, TextWithEntities(), MTP_messageMediaDice(
MTP_flags(0),
MTP_int(0),
MTP_string(emoji)));
MTP_string(emoji),
MTPmessages_EmojiGameOutcome()));
histories.sendPreparedMessage(
history,
action.replyTo,