mirror of
https://github.com/PaiGramTeam/telegram-bot-api.git
synced 2024-11-22 06:57:51 +00:00
Add starTransactionPartnerUser.subscription_period.
This commit is contained in:
parent
21e04ed5df
commit
3719fdece3
@ -4282,6 +4282,9 @@ class Client::JsonStarTransactionPartner final : public td::Jsonable {
|
||||
object("invoice_payload", purpose->invoice_payload_);
|
||||
}
|
||||
}
|
||||
if (purpose->period_ > 0) {
|
||||
object("subscription_period", purpose->period_);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user