- API ›
- Constructors ›
- Channels ›
- SendAsPeers
SendAsPeers
---types--- channels.sendAsPeers#f496b0c6 peers:Vector<SendAsPeer> chats:Vector<Chat> users:Vector<User> = channels.SendAsPeers
Belongs to
| channels.SendAsPeers |
In Rust this constructor is a variant of the enums::channels.SendAsPeers enum.
Match on it with: if let enums::channels.SendAsPeers::SendAsPeers(v) = result { ... }