Inherits StoreTransaction.
A purchase through App Store.
Public Fields | |
bytes | receipt_ |
App Store receipt. | |
Public Instance Methods | |
storeTransactionAppStore () | |
storeTransactionAppStore (bytes const &receipt_) | |
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 = 1625562441 |
Identifier uniquely determining a type of the object. | |
A purchase through App Store.
|
explicit |
A purchase through App Store.
[in] | receipt_ | App Store receipt. |
|
finalvirtual |