mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 19:03:42 +00:00
Update API scheme to layer 221.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user