Inherits EmojiStatusType.
An upgraded gift set as emoji status.
Public Fields | |
| int64 | upgraded_gift_id_ |
| Identifier of the upgraded gift. | |
| string | gift_title_ |
| The title of the upgraded gift. | |
| string | gift_name_ |
| Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift. | |
| int64 | model_custom_emoji_id_ |
| Custom emoji identifier of the model of the upgraded gift. | |
| int64 | symbol_custom_emoji_id_ |
| Custom emoji identifier of the symbol of the upgraded gift. | |
| object_ptr< upgradedGiftBackdropColors > | backdrop_colors_ |
| Colors of the backdrop of the upgraded gift. | |
Public Instance Methods | |
| emojiStatusTypeUpgradedGift () | |
| emojiStatusTypeUpgradedGift (int64 upgraded_gift_id_, string const &gift_title_, string const &gift_name_, int64 model_custom_emoji_id_, int64 symbol_custom_emoji_id_, object_ptr< upgradedGiftBackdropColors > &&backdrop_colors_) | |
| 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 = -837921804 |
| Identifier uniquely determining a type of the object. | |
An upgraded gift set as emoji status.
| emojiStatusTypeUpgradedGift | ( | int64 | upgraded_gift_id_, |
| string const & | gift_title_, | ||
| string const & | gift_name_, | ||
| int64 | model_custom_emoji_id_, | ||
| int64 | symbol_custom_emoji_id_, | ||
| object_ptr< upgradedGiftBackdropColors > && | backdrop_colors_ | ||
| ) |
An upgraded gift set as emoji status.
| [in] | upgraded_gift_id_ | Identifier of the upgraded gift. |
| [in] | gift_title_ | The title of the upgraded gift. |
| [in] | gift_name_ | Unique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift. |
| [in] | model_custom_emoji_id_ | Custom emoji identifier of the model of the upgraded gift. |
| [in] | symbol_custom_emoji_id_ | Custom emoji identifier of the symbol of the upgraded gift. |
| [in] | backdrop_colors_ | Colors of the backdrop of the upgraded gift. |
|
finalvirtual |