Inherits Function.
Returns detailed Toncoin revenue statistics of the current user.
Returns object_ptr<TonRevenueStatistics>.
Public Fields | |
bool | is_dark_ |
Pass true if a dark theme is used by the application. | |
Public Types | |
using | ReturnType = object_ptr< tonRevenueStatistics > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getTonRevenueStatistics () | |
getTonRevenueStatistics (bool is_dark_) | |
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 = -1315591160 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns detailed Toncoin revenue statistics of the current user.
Returns object_ptr<TonRevenueStatistics>.
|
explicit |
Creates a function, which returns detailed Toncoin revenue statistics of the current user.
Returns object_ptr<TonRevenueStatistics>.
[in] | is_dark_ | Pass true if a dark theme is used by the application. |
|
finalvirtual |