Inherits ChatRevenueWithdrawalState.
Withdrawal was completed.
Public Fields | |
int32 | date_ |
Point in time (Unix timestamp) when the withdrawal was completed. | |
string | url_ |
The URL where the withdrawal transaction can be viewed. | |
Public Instance Methods | |
chatRevenueWithdrawalStateCompleted () | |
chatRevenueWithdrawalStateCompleted (int32 date_, string const &url_) | |
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 = -434110908 |
Identifier uniquely determining a type of the object. | |
Withdrawal was completed.
chatRevenueWithdrawalStateCompleted | ( | int32 | date_, |
string const & | url_ | ||
) |
Withdrawal was completed.
[in] | date_ | Point in time (Unix timestamp) when the withdrawal was completed. |
[in] | url_ | The URL where the withdrawal transaction can be viewed. |
|
finalvirtual |