Raw.phone.ExportGroupCallInvite

Raw.phone.ExportGroupCallInvite

Get an invite link for a group call or livestream

phone.exportGroupCallInvite#e6aa647f flags:# can_self_unmute:flags.0?true call:InputGroupCall = phone.ExportedGroupCallInvite;
export namespace Raw {
  export namespace phone {
    export class ExportGroupCallInvite {
      constructor(params: { canSelfUnmute?: boolean; call: Raw.TypeInputGroupCall }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xe6aa647f

Property

  • canSelfUnmute : boolean or undefined

    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 : Raw.TypeInputGroupCall

    The group call

Results

Raw.phone.TypeExportedGroupCallInvite