payments.StarsRevenueWithdrawalUrl
- class pyrogram.raw.base.payments.StarsRevenueWithdrawalUrl
Contains the URL to use to withdraw Telegram Star revenue.
- Constructors:
This base type has 1 constructor available.
Contains the URL to use to withdraw Telegram Star revenue.
- Functions:
This object can be returned by 1 function.
Withdraw funds from a channel or bot's star balance ».
TL Schema
payments.starsRevenueWithdrawalUrl#1dab80b7
url:string
= payments.StarsRevenueWithdrawalUrl
Parameter Tree
StarsRevenueWithdrawalUrl
└── url →
stringExample
StarsRevenueWithdrawalUrl(
url="https://google.com",
)