mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-08-22 18:08:31 +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 {
|
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…
x
Reference in New Issue
Block a user