Inherits Function.
Returns available options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
Returns object_ptr<PremiumGiveawayPaymentOptions>.
Public Fields | |
int53 | boosted_chat_id_ |
Identifier of the supergroup or channel chat, which will be automatically boosted by receivers of the gift codes and which is administered by the user. | |
Public Types | |
using | ReturnType = object_ptr< premiumGiveawayPaymentOptions > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getPremiumGiveawayPaymentOptions () | |
getPremiumGiveawayPaymentOptions (int53 boosted_chat_id_) | |
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 = 1222168073 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns available options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
Returns object_ptr<PremiumGiveawayPaymentOptions>.
|
explicit |
Creates a function, which returns available options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members.
Returns object_ptr<PremiumGiveawayPaymentOptions>.
[in] | boosted_chat_id_ | Identifier of the supergroup or channel chat, which will be automatically boosted by receivers of the gift codes and which is administered by the user. |
|
finalvirtual |