- API ›
- Constructors ›
- Phone ›
- JoinAsPeers
JoinAsPeers
---types--- phone.joinAsPeers#afe5623f peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = phone.JoinAsPeers
Belongs to
| phone.JoinAsPeers |
In Rust this constructor is a variant of the enums::phone.JoinAsPeers enum.
Match on it with: if let enums::phone.JoinAsPeers::JoinAsPeers(v) = result { ... }