Inherits PushMessageContent.
A message with an upgraded gift.
Public Fields | |
bool | is_upgrade_ |
True, if the gift was obtained by upgrading of a previously received gift; otherwise, if is_prepaid_upgrade == false, then this is a transferred or resold gift. | |
bool | is_prepaid_upgrade_ |
True, if the message is about completion of prepaid upgrade of the gift instead of actual receiving of a new gift. | |
Public Instance Methods | |
pushMessageContentUpgradedGift () | |
pushMessageContentUpgradedGift (bool is_upgrade_, bool is_prepaid_upgrade_) | |
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 = 1287092226 |
Identifier uniquely determining a type of the object. | |
A message with an upgraded gift.
pushMessageContentUpgradedGift | ( | bool | is_upgrade_, |
bool | is_prepaid_upgrade_ | ||
) |
A message with an upgraded gift.
[in] | is_upgrade_ | True, if the gift was obtained by upgrading of a previously received gift; otherwise, if is_prepaid_upgrade == false, then this is a transferred or resold gift. |
[in] | is_prepaid_upgrade_ | True, if the message is about completion of prepaid upgrade of the gift instead of actual receiving of a new gift. |
|
finalvirtual |