phone.getGroupCallJoinAs

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

 Method schema is available as of layer 125. Switch »

Parameters

Name Type Description
peer InputPeer The dialog whose group call or livestream we're trying to join

Result

phone.JoinAsPeers

Possible errors

Code Type Description
400 PEER_ID_INVALID The provided peer id is invalid.
Go up