mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-16 04:35:33 +00:00
Support paid reactions.
This commit is contained in:
parent
ffe39d4114
commit
3c4656b539
@ -710,6 +710,7 @@ class Client::JsonReactionType final : public td::Jsonable {
|
||||
td::to_string(static_cast<const td_api::reactionTypeCustomEmoji *>(reaction_type_)->custom_emoji_id_));
|
||||
break;
|
||||
case td_api::reactionTypePaid::ID:
|
||||
object("type", "paid");
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
|
Loading…
Reference in New Issue
Block a user