Inherits ChatTransactionPurpose.
User received Telegram Stars from a giveaway.
Public Fields | |
int53 | giveaway_message_id_ |
Identifier of the message with giveaway; can be 0 or an identifier of a deleted message. | |
Public Instance Methods | |
chatTransactionPurposeGiveaway () | |
chatTransactionPurposeGiveaway (int53 giveaway_message_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
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 = 944540543 |
Identifier uniquely determining a type of the object. | |
User received Telegram Stars from a giveaway.
|
explicit |
User received Telegram Stars from a giveaway.
[in] | giveaway_message_id_ | Identifier of the message with giveaway; can be 0 or an identifier of a deleted message. |
|
finalvirtual |