Link Search Menu Expand Document

Constructor: inputBusinessRecipients

Back to constructors index

Attributes:

NameTypeRequired
existing_chatsBoolOptional
new_chatsBoolOptional
contactsBoolOptional
non_contactsBoolOptional
exclude_selectedBoolOptional
usersArray of Username, chat ID, Update, Message or InputUserOptional

Type: InputBusinessRecipients

Example:

$inputBusinessRecipients = ['_' => 'inputBusinessRecipients', 'existing_chats' => Bool, 'new_chats' => Bool, 'contacts' => Bool, 'non_contacts' => Bool, 'exclude_selected' => Bool, 'users' => [InputUser, InputUser]];