BusinessConnection#
- class pyrogram.types.BusinessConnection#
Business information of a user.
- Parameters:
id (
str
) – Unique identifier of the business connection that belongs to the user.user (
User
) – User that connected to the business connection.dc_id (
int
) – Datacenter identifier of the user.date (
datetime
) – Date when the user connected to the business.can_reply (
bool
, optional) – Whether the user can reply to the business.disabled (
bool
, optional) – Whether the business connection is disabled.