phone.ExportedGroupCallInvite
- class pyrogram.raw.base.phone.ExportedGroupCallInvite
An exported group call invitation.
- Constructors:
This base type has 1 constructor available.
An invite to a group call or livestream
- 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",
)