Inherits Object.
Contains a list of chat revenue transactions.
Public Fields | |
int53 | ton_amount_ |
The amount of owned Toncoins; in the smallest units of the cryptocurrency. | |
array< object_ptr< chatRevenueTransaction > > | transactions_ |
List of transactions. | |
string | next_offset_ |
The offset for the next request. If empty, then there are no more results. | |
Public Instance Methods | |
chatRevenueTransactions () | |
chatRevenueTransactions (int53 ton_amount_, array< object_ptr< chatRevenueTransaction >> &&transactions_, string const &next_offset_) | |
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 = -2017122771 |
Identifier uniquely determining a type of the object. | |
Contains a list of chat revenue transactions.
chatRevenueTransactions | ( | int53 | ton_amount_, |
array< object_ptr< chatRevenueTransaction >> && | transactions_, | ||
string const & | next_offset_ | ||
) |
Contains a list of chat revenue transactions.
[in] | ton_amount_ | The amount of owned Toncoins; in the smallest units of the cryptocurrency. |
[in] | transactions_ | List of transactions. |
[in] | next_offset_ | The offset for the next request. If empty, then there are no more results. |
|
finalvirtual |