inputBusinessRecipients
Specifies the chats that can receive Telegram Business away » and greeting » messages. If exclude_selected is set, specifies all chats that cannot receive Telegram Business away » and greeting » messages.
type tg.InputBusinessRecipients struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ExistingChats | bool | — | All existing private chats. |
NewChats | bool | — | All new private chats. |
Contacts | bool | — | All private chats with contacts. |
NonContacts | bool | — | All private chats with non-contacts. |
ExcludeSelected | bool | — | If set, inverts the selection. |
Users | []InputUserClass | — | Only private chats with the specified users. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBusinessRecipients#6f8b32aa