BusinessBotRecipients

class pyrogram.types.BusinessBotRecipients

Represents recipients for a business bot.

Parameters:
  • existing_chats (bool, optional) – True, if existing chats are included.

  • new_chats (bool, optional) – True, if new chats are included.

  • contacts (bool, optional) – True, if contacts are included.

  • non_contacts (bool, optional) – True, if non-contacts are included.

  • exclude_selected (bool, optional) – True, if selected users are excluded.

  • users (List of int, optional) – List of included user IDs.

  • exclude_users (List of int, optional) – List of excluded user IDs.