phone.exportGroupCallInvite

Get an invite link for a group call or livestream

 Method schema is available as of layer 125. Switch ยป

Parameters

Name Type Description
flags # Flags, see TL conditional fields
can_self_unmute flags.0?true For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand).
call InputGroupCall The group call

Result

phone.ExportedGroupCallInvite

Possible errors

Code Type Description
403 PUBLIC_CHANNEL_MISSING You can only export group call invite links for public chats or channels.

Related pages

Deep links

Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.