BusinessBotRecipients#
- class pyrogram.raw.types.BusinessBotRecipients#
Specifies the private chats that a connected business bot » may receive messages and interact with.
Constructor of
BusinessBotRecipients
.- Details:
Layer:
198
ID:
B88CF373
- Parameters:
existing_chats (
bool
, optional) – Selects all existing private chats.new_chats (
bool
, optional) – Selects all new private chats.contacts (
bool
, optional) – Selects all private chats with contacts.non_contacts (
bool
, optional) – Selects all private chats with non-contacts.exclude_selected (
bool
, optional) – 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 (List of
int
64-bit
, optional) – Explicitly selected private chats.exclude_users (List of
int
64-bit
, optional) – Identifiers of private chats that are always excluded.