|
TDLib
|
Public Member Functions | |
| upgradedGift (int64 id_, int64 regular_gift_id_, int53 publisher_chat_id_, string const &title_, string const &name_, int32 number_, int32 total_upgraded_count_, int32 max_upgraded_count_, bool is_burned_, bool is_crafted_, bool is_premium_, bool is_theme_available_, int53 used_theme_chat_id_, object_ptr< MessageSender > &&host_id_, object_ptr< MessageSender > &&owner_id_, string const &owner_address_, string const &owner_name_, string const &gift_address_, object_ptr< upgradedGiftModel > &&model_, object_ptr< upgradedGiftSymbol > &&symbol_, object_ptr< upgradedGiftBackdrop > &&backdrop_, object_ptr< upgradedGiftOriginalDetails > &&original_details_, object_ptr< upgradedGiftColors > &&colors_, object_ptr< giftResaleParameters > &&resale_parameters_, bool can_send_purchase_offer_, int32 craft_probability_per_mille_, string const &value_currency_, int53 value_amount_, int53 value_usd_amount_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
| Public Member Functions inherited from td::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 |
Public Attributes | |
| int64 | id_ |
| int64 | regular_gift_id_ |
| int53 | publisher_chat_id_ |
| string | title_ |
| string | name_ |
| int32 | number_ |
| int32 | total_upgraded_count_ |
| int32 | max_upgraded_count_ |
| bool | is_burned_ |
| bool | is_crafted_ |
| bool | is_premium_ |
| bool | is_theme_available_ |
| int53 | used_theme_chat_id_ |
| object_ptr< MessageSender > | host_id_ |
| object_ptr< MessageSender > | owner_id_ |
| string | owner_address_ |
| string | owner_name_ |
| string | gift_address_ |
| object_ptr< upgradedGiftModel > | model_ |
| object_ptr< upgradedGiftSymbol > | symbol_ |
| object_ptr< upgradedGiftBackdrop > | backdrop_ |
| object_ptr< upgradedGiftOriginalDetails > | original_details_ |
| object_ptr< upgradedGiftColors > | colors_ |
| object_ptr< giftResaleParameters > | resale_parameters_ |
| bool | can_send_purchase_offer_ |
| int32 | craft_probability_per_mille_ |
| string | value_currency_ |
| int53 | value_amount_ |
| int53 | value_usd_amount_ |
Static Public Attributes | |
| static const std::int32_t | ID = 239775652 |
|
finalvirtual |
Helper function for the to_string method. Appends a string representation of the object to the storer.
| [in] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.