Constructor: phone.joinAsPeers
A list of peers that can be used to join a group call, presenting yourself as a specific user/channel.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peers | Array of Peer | Yes | Peers |
chats | Array of Chat | Yes | Chats mentioned in the peers vector |
users | Array of User | Yes | Users mentioned in the peers vector |
Type: phone.JoinAsPeers
Example:
$phone_joinAsPeers = ['_' => 'phone.joinAsPeers', 'peers' => [Peer, Peer], 'chats' => [Chat, Chat], 'users' => [User, User]];