InputBusinessRecipients

---types---
inputBusinessRecipients#6f8b32aa 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<InputUser> = InputBusinessRecipients

Belongs to

InputBusinessRecipients

In Rust this constructor is a variant of the enums::InputBusinessRecipients enum.
Match on it with: if let enums::InputBusinessRecipients::InputBusinessRecipients(v) = result { ... }

Parameters

existing_chatstrueoptional
new_chatstrueoptional
contactstrueoptional
non_contactstrueoptional
exclude_selectedtrueoptional
usersVector<InputUser>optional