telegram api constructor · layer 229 · #b88cf373
businessBotRecipients
Specifies the private chats that a connected business bot » may receive messages and interact with.
definition
businessBotRecipients#b88cf373 flags:# 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<long> exclude_users:flags.6?Vector<long> = BusinessBotRecipients;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
existing_chats | true | Selects all existing private chats. |
new_chats | true | Selects all new private chats. |
contacts | true | Selects all private chats with contacts. |
non_contacts | true | Selects all private chats with non-contacts. |
exclude_selected | true | If set, then all private chats except the ones selected by existing_chats, new_chats, contacts, non_contacts and users are chosen. Note that if this flag is set, any values passed in exclude_users will be merged and moved into users by the server, thus exclude_users will always be empty. |
users | Vector<long> | Explicitly selected private chats. |
exclude_users | Vector<long> | Identifiers of private chats that are always excluded. |
type
history
present in layers 177–229
| id | layers |
|---|---|
| #b88cf373 | 177–229 |