BroadcastRevenueTransactionWithdrawal#
- class pyrogram.raw.types.BroadcastRevenueTransactionWithdrawal#
Describes a withdrawal of ad earnings »
Constructor of
BroadcastRevenueTransaction
.- Details:
Layer:
198
ID:
5A590978
- Parameters:
amount (
int
64-bit
) – Amount withdrawndate (
int
32-bit
) – Withdrawal dateprovider (
str
) – Payment provider namepending (
bool
, optional) – Whether the withdrawal is currently pendingfailed (
bool
, optional) – Whether the withdrawal has failedtransaction_date (
int
32-bit
, optional) – If neither pending nor failed are set, the transaction was completed successfully, and this field will contain the point in time (Unix timestamp) when the withdrawal was completed successfully.transaction_url (
str
, optional) – If neither pending nor failed are set, the transaction was completed successfully, and this field will contain a URL where the withdrawal transaction can be viewed.