InputInvoiceChatInviteSubscription
- class pyrogram.raw.types.InputInvoiceChatInviteSubscription
Used to pay for a Telegram Star subscription ».
Constructor of
InputInvoice.- Details:
Layer:
223ID:
34E793F1
- Parameters:
hash (
str) – The invitation link of the Telegram Star subscription »
TL Schema
inputInvoiceChatInviteSubscription#34e793f1
hash:string
= InputInvoice
Parameter Tree
InputInvoiceChatInviteSubscription
└── hash →
stringExample
InputInvoiceChatInviteSubscription(
hash="text",
)