mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-08-22 09:57:44 +00:00
Add OwnedGiftUnique.next_transfer_date.
This commit is contained in:
parent
ac02daabc1
commit
9d77921fe8
@ -4612,6 +4612,9 @@ class Client::JsonReceivedGift final : public td::Jsonable {
|
|||||||
if (received_gift_->transfer_star_count_ > 0) {
|
if (received_gift_->transfer_star_count_ > 0) {
|
||||||
object("transfer_star_count", received_gift_->transfer_star_count_);
|
object("transfer_star_count", received_gift_->transfer_star_count_);
|
||||||
}
|
}
|
||||||
|
if (received_gift_->next_transfer_date_ > 0) {
|
||||||
|
object("next_transfer_date", received_gift_->next_transfer_date_);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user