- API ›
- Constructors ›
- AttachMenuBotsBot
AttachMenuBotsBot
---types--- attachMenuBotsBot#93bf667f bot:AttachMenuBot users:Vector<User> = AttachMenuBotsBot
Belongs to
| AttachMenuBotsBot |
In Rust this constructor is a variant of the enums::AttachMenuBotsBot enum.
Match on it with: if let enums::AttachMenuBotsBot::AttachMenuBotsBot(v) = result { ... }
Parameters
| bot | AttachMenuBot | required |
| users | Vector<User> | required |