Raw.phone.GetGroupCallJoinAs

Raw.phone.GetGroupCallJoinAs

Get a list of peers that can be used to join a group call, presenting yourself as a specific user/channel.

phone.getGroupCallJoinAs#ef7c213a peer:InputPeer = phone.JoinAsPeers;
export namespace Raw {
  export namespace phone {
    export class GetGroupCallJoinAs {
      constructor(params: { peer: Raw.TypeInputPeer }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xef7c213a

Property

  • peer : Raw.TypeInputPeer

    The dialog whose group call or livestream we’re trying to join

Results

Raw.phone.TypeJoinAsPeers