inputBusinessBotRecipients
Specifies the private chats that a connected business bot » may interact with.
type tg.InputBusinessBotRecipients struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ExistingChats | bool | — | Selects all existing private chats. |
NewChats | bool | — | Selects all new private chats. |
Contacts | bool | — | Selects all private chats with contacts. |
NonContacts | bool | — | Selects all private chats with non-contacts. |
ExcludeSelected | bool | — | 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. |
Users | []InputUserClass | — | Explicitly selected private chats. |
ExcludeUsers | []InputUserClass | — | Identifiers of private chats that are always excluded. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBusinessBotRecipients#c4e5921e