Inherits Object.
Describes a gift available for resale.
Public Fields | |
object_ptr< upgradedGift > | gift_ |
The gift. | |
string | received_gift_id_ |
Unique identifier of the received gift for the current user; only for the gifts owned by the current user. | |
Public Instance Methods | |
giftForResale () | |
giftForResale (object_ptr< upgradedGift > &&gift_, string const &received_gift_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 = 1130990515 |
Identifier uniquely determining a type of the object. | |
giftForResale | ( | ) |
Describes a gift available for resale.
giftForResale | ( | object_ptr< upgradedGift > && | gift_, |
string const & | received_gift_id_ | ||
) |
Describes a gift available for resale.
[in] | gift_ | The gift. |
[in] | received_gift_id_ | Unique identifier of the received gift for the current user; only for the gifts owned by the current user. |
|
finalvirtual |