Layer 228
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
Returns
phone.JoinAsPeersGogram Example
// Creating PhoneJoinAsPeersObj constructor obj := &tg.PhoneJoinAsPeersObj{ Peers: []tg.Peer{&tg.PeerChannel{}}, Chats: []tg.Chat{&tg.ChatObj{}}, Users: []tg.User{&tg.UserObj{}}, }