phone.joinAsPeers
A list of peers that can be used to join a group call, presenting yourself as a specific user/channel.
type tg.PhoneJoinAsPeers struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peers | []PeerClass | yes | Peers |
Chats | []ChatClass | yes | Chats mentioned in the peers vector |
Users | []UserClass | yes | Users mentioned in the peers vector |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
phone.joinAsPeers#afe5623f