Inherits Object.
Contains a list of options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
Public Fields | |
array< object_ptr< premiumGiveawayPaymentOption > > | options_ |
The list of options. | |
Public Instance Methods | |
premiumGiveawayPaymentOptions () | |
premiumGiveawayPaymentOptions (array< object_ptr< premiumGiveawayPaymentOption >> &&options_) | |
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 = -1587397823 |
Identifier uniquely determining a type of the object. | |
Contains a list of options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
|
explicit |
Contains a list of options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
[in] | options_ | The list of options. |
|
finalvirtual |