- API ›
- Constructors ›
- BusinessBotRecipients
BusinessBotRecipients
---types--- businessBotRecipients#b88cf373 existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector<long> exclude_users:flags.6?Vector<long> = BusinessBotRecipients
Belongs to
| BusinessBotRecipients |
In Rust this constructor is a variant of the enums::BusinessBotRecipients enum.
Match on it with: if let enums::BusinessBotRecipients::BusinessBotRecipients(v) = result { ... }