Inherits MessageContent.
A gift which purchase, upgrade or transfer were refunded.
Public Fields | |
object_ptr< gift > | gift_ |
The gift. | |
bool | is_upgrade_ |
True, if the gift was obtained by upgrading of a previously received gift. | |
Public Instance Methods | |
messageRefundedUpgradedGift () | |
messageRefundedUpgradedGift (object_ptr< gift > &&gift_, bool is_upgrade_) | |
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 = -747403155 |
Identifier uniquely determining a type of the object. | |
A gift which purchase, upgrade or transfer were refunded.
messageRefundedUpgradedGift | ( | object_ptr< gift > && | gift_, |
bool | is_upgrade_ | ||
) |
A gift which purchase, upgrade or transfer were refunded.
[in] | gift_ | The gift. |
[in] | is_upgrade_ | True, if the gift was obtained by upgrading of a previously received gift. |
|
finalvirtual |