payments.StarsRevenueWithdrawalUrl

class pyrogram.raw.types.payments.StarsRevenueWithdrawalUrl

Contains the URL to use to withdraw Telegram Star revenue.

Constructor of StarsRevenueWithdrawalUrl.

Details:
  • Layer: 223

  • ID: 1DAB80B7

Parameters:

url (str) – 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",
)