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.

payments.StarsRevenueWithdrawalUrl

Contains the URL to use to withdraw Telegram Star revenue.

Functions:

This object can be returned by 1 function.

payments.GetStarsRevenueWithdrawalUrl

Withdraw funds from a channel or bot's star balance ».

TL Schema

payments.starsRevenueWithdrawalUrl#1dab80b7
url:string

= payments.StarsRevenueWithdrawalUrl

Parameter Tree

StarsRevenueWithdrawalUrl
└── urlstring

Example

StarsRevenueWithdrawalUrl(
    url="https://google.com",
)