Raw.phone.JoinAsPeers

Raw.phone.JoinAsPeers

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

phone.joinAsPeers#afe5623f peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = phone.JoinAsPeers;
export namespace Raw {
  export namespace phone {
    export class JoinAsPeers {
      constructor(params: {
        peers: Array<Raw.TypePeer>;
        chats: Array<Raw.TypeChat>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xafe5623f

Property