phone.ExportedGroupCallInvite
- class pyrogram.raw.types.phone.ExportedGroupCallInvite
An invite to a group call or livestream
Constructor of
ExportedGroupCallInvite.- Details:
Layer:
223ID:
204BD158
- Parameters:
link (
str) – Invite link
- Functions:
This object can be returned by 1 function.
Get an invite link for a group call or livestream
TL Schema
phone.exportedGroupCallInvite#204bd158
link:string
= phone.ExportedGroupCallInvite
Parameter Tree
ExportedGroupCallInvite
└── link →
stringExample
ExportedGroupCallInvite(
link="text",
)