Inherits UpgradedGiftAttributeId.
Identifier of a gift model.
Public Fields | |
int64 | sticker_id_ |
Identifier of the sticker representing the model. | |
Public Instance Methods | |
upgradedGiftAttributeIdModel () | |
upgradedGiftAttributeIdModel (int64 sticker_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 = 1053287307 |
Identifier uniquely determining a type of the object. | |
Identifier of a gift model.
|
explicit |
Identifier of a gift model.
[in] | sticker_id_ | Identifier of the sticker representing the model. |
|
finalvirtual |