Inherits GiftResaleResult.
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway.
Public Fields | |
object_ptr< GiftResalePrice > | price_ |
New price for the gift. | |
Public Instance Methods | |
giftResaleResultPriceIncreased () | |
giftResaleResultPriceIncreased (object_ptr< GiftResalePrice > &&price_) | |
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 = -1954623859 |
Identifier uniquely determining a type of the object. | |
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway.
|
explicit |
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway.
[in] | price_ | New price for the gift. |
|
finalvirtual |