Support paid reactions.

main
levlam 2 years ago
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_)); td::to_string(static_cast<const td_api::reactionTypeCustomEmoji *>(reaction_type_)->custom_emoji_id_));
break; break;
case td_api::reactionTypePaid::ID: case td_api::reactionTypePaid::ID:
object("type", "paid");
break; break;
default: default:
UNREACHABLE(); UNREACHABLE();

Loading…
Cancel
Save