Inherits ChatRevenueTransactionType.
Describes a withdrawal of earnings.
Public Fields | |
int32 | withdrawal_date_ |
Point in time (Unix timestamp) when the earnings withdrawal started. | |
string | provider_ |
Name of the payment provider. | |
object_ptr< RevenueWithdrawalState > | state_ |
State of the withdrawal. | |
Public Instance Methods | |
chatRevenueTransactionTypeWithdrawal () | |
chatRevenueTransactionTypeWithdrawal (int32 withdrawal_date_, string const &provider_, object_ptr< RevenueWithdrawalState > &&state_) | |
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 = 252939755 |
Identifier uniquely determining a type of the object. | |
Describes a withdrawal of earnings.
chatRevenueTransactionTypeWithdrawal | ( | int32 | withdrawal_date_, |
string const & | provider_, | ||
object_ptr< RevenueWithdrawalState > && | state_ | ||
) |
Describes a withdrawal of earnings.
[in] | withdrawal_date_ | Point in time (Unix timestamp) when the earnings withdrawal started. |
[in] | provider_ | Name of the payment provider. |
[in] | state_ | State of the withdrawal. |
|
finalvirtual |