Inherits PaymentFormType.
The payment form is for a payment in Telegram Stars for subscription.
Public Fields | |
object_ptr< starSubscriptionPricing > | pricing_ |
Information about subscription plan. | |
Public Instance Methods | |
paymentFormTypeStarSubscription () | |
paymentFormTypeStarSubscription (object_ptr< starSubscriptionPricing > &&pricing_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 271444827 |
Identifier uniquely determining a type of the object. | |
The payment form is for a payment in Telegram Stars for subscription.
|
explicit |
The payment form is for a payment in Telegram Stars for subscription.
[in] | pricing_ | Information about subscription plan. |
|
finalvirtual |