BusinessRecipients#
- class pyrogram.types.BusinessRecipients#
Business recipients.
- Parameters:
existing_chats (
bool
, optional) – True, if the message should be sent to existing chats.new_chats (
bool
, optional) – True, if the message should be sent to new chats.contacts (
bool
, optional) – True, if the message should be sent to contacts.non_contacts (
bool
, optional) – True, if the message should be sent to non-contacts.exclude_selected (
bool
, optional) – True, if the message should be sent to non-selected contacts.users (List of
User
, optional) – Recipients of the message.