Layer 227
PhoneJoinAsPeersObj
Contains the peers that may be used to join a video chat/livestream, see joining on behalf of owned channels.
constructor
phone.joinAsPeers#afe5623f peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = phone.JoinAsPeers;
Parameters
| Name | Type | Description |
|---|---|---|
| Peers | Vector < Peer > | Peers |
| Chats | Vector < Chat > | Chats mentioned in the peers vector |
| Users | Vector < User > | Users mentioned in the peers vector |
Returns
phone.JoinAsPeersGogram Example
// Creating PhoneJoinAsPeersObj constructor obj := &tg.PhoneJoinAsPeersObj{ Peers: &tg.VectorPeer{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }