InputBusinessBotRecipients

---types---
inputBusinessBotRecipients#c4e5921e 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> exclude_users:flags.6?Vector<InputUser> = InputBusinessBotRecipients

Belongs to

InputBusinessBotRecipients

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

Parameters

existing_chatstrueoptional
new_chatstrueoptional
contactstrueoptional
non_contactstrueoptional
exclude_selectedtrueoptional
usersVector<InputUser>optional
exclude_usersVector<InputUser>optional

Used by

UpdateConnectedBot