mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image |
---|---|---|---|
businessBotRecipients | businessBotRecipients attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: businessBotRecipients
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 long | Optional |
exclude_users | Array of long | Optional |
Type: BusinessBotRecipients
Example:
$businessBotRecipients = ['_' => 'businessBotRecipients', 'existing_chats' => Bool, 'new_chats' => Bool, 'contacts' => Bool, 'non_contacts' => Bool, 'exclude_selected' => Bool, 'users' => [long, long], 'exclude_users' => [long, long]];