- API ›
- Constructors ›
- InputBusinessBotRecipients
InputBusinessBotRecipients
---types--- inputBusinessBotRecipients#c4e5921e 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<InputUser> exclude_users:flags.6?Vector<InputUser> = InputBusinessBotRecipients
Belongs to
| InputBusinessBotRecipients |
Parameters
| existing_chats | true | optional |
| new_chats | true | optional |
| contacts | true | optional |
| non_contacts | true | optional |
| exclude_selected | true | optional |
| users | Vector<InputUser> | optional |
| exclude_users | Vector<InputUser> | optional |
Used by
| UpdateConnectedBot |