BusinessRecipients¶
Describes private chats chosen for automatic interaction with a business
BusinessRecipients(
chat_ids: list of int53,
excluded_chat_ids: list of int53,
select_existing_chats: Bool,
select_new_chats: Bool,
select_contacts: Bool,
select_non_contacts: Bool,
exclude_selected: Bool
) → BusinessRecipients
chat_ids¶
list of int53
Identifiers of selected private chats
excluded_chat_ids¶
list of int53
Identifiers of private chats that are always excluded; for businessConnectedBot only
select_existing_chats¶
Bool
True, if all existing private chats are selected
select_new_chats¶
Bool
True, if all new private chats are selected
select_contacts¶
Bool
True, if all private chats with contacts are selected
select_non_contacts¶
Bool
True, if all private chats with non-contacts are selected
exclude_selected¶
Bool
If true, then all private chats except the selected are chosen. Otherwise, only the selected chats are chosen