phone.ExportedGroupCallInvite

class pyrogram.raw.types.phone.ExportedGroupCallInvite

An invite to a group call or livestream

Constructor of ExportedGroupCallInvite.

Details:
  • Layer: 223

  • ID: 204BD158

Parameters:

link (str) – Invite link

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",
)