mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
1.1 KiB
title | description | nav_exclude | image |
---|---|---|---|
inputBusinessRecipients | inputBusinessRecipients attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputBusinessRecipients
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 |
Type: InputBusinessRecipients
Example:
$inputBusinessRecipients = ['_' => 'inputBusinessRecipients', 'existing_chats' => Bool, 'new_chats' => Bool, 'contacts' => Bool, 'non_contacts' => Bool, 'exclude_selected' => Bool, 'users' => [InputUser, InputUser]];