mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2025-01-12 13:06:00 +01: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 {
|
void store(td::JsonValueScope *scope) const {
|
||||||
auto object = scope->enter_object();
|
auto object = scope->enter_object();
|
||||||
object("from", JsonUser(update_->user_id_, client_));
|
object("from", JsonUser(update_->user_id_, client_));
|
||||||
object("payload", update_->payload_);
|
object("paid_media_payload", update_->payload_);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user