|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| starTransactions () | |
| starTransactions (object_ptr< starAmount > &&star_amount_, array< object_ptr< starTransaction > > &&transactions_, string const &next_offset_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
| object_ptr< starAmount > | star_amount_ |
| The amount of owned Telegram Stars. | |
| array< object_ptr< starTransaction > > | transactions_ |
| List of transactions with Telegram Stars. | |
| string | next_offset_ |
| The offset for the next request. If empty, then there are no more results. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1218437859 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::starTransactions::starTransactions | ( | ) |
Represents a list of Telegram Star transactions.
| td::td_api::starTransactions::starTransactions | ( | object_ptr< starAmount > && | star_amount_, |
| array< object_ptr< starTransaction > > && | transactions_, | ||
| string const & | next_offset_ | ||
| ) |
Represents a list of Telegram Star transactions.
| [in] | star_amount_ | The amount of owned Telegram Stars. |
| [in] | transactions_ | List of transactions with Telegram Stars. |
| [in] | next_offset_ | The offset for the next request. If empty, then there are no more results. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
|
static |
| string td::td_api::starTransactions::next_offset_ |
| object_ptr<starAmount> td::td_api::starTransactions::star_amount_ |
| array<object_ptr<starTransaction> > td::td_api::starTransactions::transactions_ |