From 3c4656b5394ebded4c80aca1bfefa41fdda8da69 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 13 Aug 2024 15:24:19 +0300 Subject: [PATCH] Support paid reactions. --- telegram-bot-api/Client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/telegram-bot-api/Client.cpp b/telegram-bot-api/Client.cpp index fb81fa2..1cc0084 100644 --- a/telegram-bot-api/Client.cpp +++ b/telegram-bot-api/Client.cpp @@ -710,6 +710,7 @@ class Client::JsonReactionType final : public td::Jsonable { td::to_string(static_cast(reaction_type_)->custom_emoji_id_)); break; case td_api::reactionTypePaid::ID: + object("type", "paid"); break; default: UNREACHABLE();