InputInvoiceChatInviteSubscription

class pyrogram.raw.types.InputInvoiceChatInviteSubscription

Used to pay for a Telegram Star subscription ».

Constructor of InputInvoice.

Details:
  • Layer: 223

  • ID: 34E793F1

Parameters:

hash (str) – The invitation link of the Telegram Star subscription »

TL Schema

inputInvoiceChatInviteSubscription#34e793f1
hash:string

= InputInvoice

Parameter Tree

InputInvoiceChatInviteSubscription
└── hashstring

Example

InputInvoiceChatInviteSubscription(
    hash="text",
)