MadelineProtoDocs/docs/API_docs/constructors/inputBusinessBotRecipients.md
2024-05-01 14:53:46 +02:00

1.3 KiB

title description nav_exclude image
inputBusinessBotRecipients inputBusinessBotRecipients attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBusinessBotRecipients

Back to constructors index

Attributes:

Name Type Required
existing_chats Bool Optional
new_chats Bool Optional
contacts Bool Optional
non_contacts Bool Optional
exclude_selected Bool Optional
users Array of Username, chat ID, Update, Message or InputUser Optional
exclude_users Array of Username, chat ID, Update, Message or InputUser Optional

Type: InputBusinessBotRecipients

Example:

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