phone.ExportedGroupCallInvite

class pyrogram.raw.base.phone.ExportedGroupCallInvite

An exported group call invitation.

Constructors:

This base type has 1 constructor available.

phone.ExportedGroupCallInvite

An invite to a group call or livestream

Functions:

This object can be returned by 1 function.

phone.ExportGroupCallInvite

Get an invite link for a group call or livestream

TL Schema

phone.exportedGroupCallInvite#204bd158
link:string

= phone.ExportedGroupCallInvite

Parameter Tree

ExportedGroupCallInvite
└── linkstring

Example

ExportedGroupCallInvite(
    link="text",
)