mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-25 09:37:37 +00:00
Fix PaidMediaPurchased.
This commit is contained in:
parent
59bf4d77fe
commit
1561bc7bfd
@ -3644,7 +3644,7 @@ class Client::JsonPaidMediaPurchased final : public td::Jsonable {
|
||||
void store(td::JsonValueScope *scope) const {
|
||||
auto object = scope->enter_object();
|
||||
object("from", JsonUser(update_->user_id_, client_));
|
||||
object("payload", update_->payload_);
|
||||
object("paid_media_payload", update_->payload_);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user