phone.exportGroupCallInvite

Get an invite link for a public video chat/livestream ».

Non-admin members or subscribers may export a link with can_self_unmute omitted. Only group call admins may set can_self_unmute to export a link that allows users to speak.

Cannot be used for video chats/livestreams associated with private groups/channels, conference calls » or live stories ».

phone.exportedGroupCallInvite#204bd158 link:string = phone.ExportedGroupCallInvite;
---functions---
phone.exportGroupCallInvite#e6aa647f flags:# can_self_unmute:flags.0?true call:InputGroupCall = phone.ExportedGroupCallInvite;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
can_self_unmute flags.0?true For public video chats/livestreams, group call admins only: allow users that join using this link to speak without explicitly requesting permission, for example by raising their hand.
call InputGroupCall The public video chat/livestream »

Result

phone.ExportedGroupCallInvite

Only users can use this method

Possible errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.
403 PUBLIC_CHANNEL_MISSING You can only export group call invite links for public chats or channels.

Related pages

Group calls