- API ›
- Constructors ›
- Bots ›
- AccessSettings
AccessSettings
---types--- bots.accessSettings#dd1fbf93 restricted:flags.0?true add_users:flags.1?Vector<User> = bots.AccessSettings
Belongs to
| bots.AccessSettings |
In Rust this constructor is a variant of the enums::bots.AccessSettings enum.
Match on it with: if let enums::bots.AccessSettings::AccessSettings(v) = result { ... }