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;
---functions---
phone.getGroupCallJoinAs#ef7c213a peer:InputPeer = phone.JoinAsPeers;
| Constructor | Description |
|---|---|
| phone.joinAsPeers | Contains the peers that may be used to join a video chat/livestream, see joining on behalf of owned channels ». |
| Method | Description |
|---|---|
| phone.getGroupCallJoinAs | Get a list of peers that can be used to join a video chat or livestream », presenting yourself as a specific user/channel. This method cannot be used for live stories or conference calls. To comment or react in a live story as another peer, use channels.getSendAs with for_live_stories set and pass one of the returned peers to phone.sendGroupCallMessage.send_as. |