- API ›
- Constructors ›
- BusinessRecipients
BusinessRecipients
---types--- businessRecipients#21108ff7 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> = BusinessRecipients
Belongs to
| BusinessRecipients |
In Rust this constructor is a variant of the enums::BusinessRecipients enum.
Match on it with: if let enums::BusinessRecipients::BusinessRecipients(v) = result { ... }