Inherits UpgradedGiftOrigin.
The gift was obtained by upgrading of a previously received gift.
Public Fields | |
int53 | gift_message_id_ |
Identifier of the message with the regular gift that was upgraded; can be 0 or an identifier of a deleted message. | |
Public Instance Methods | |
upgradedGiftOriginUpgrade () | |
upgradedGiftOriginUpgrade (int53 gift_message_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 = 530003363 |
Identifier uniquely determining a type of the object. | |
The gift was obtained by upgrading of a previously received gift.
|
explicit |
The gift was obtained by upgrading of a previously received gift.
[in] | gift_message_id_ | Identifier of the message with the regular gift that was upgraded; can be 0 or an identifier of a deleted message. |
|
finalvirtual |