BusinessChatLink#
- class pyrogram.raw.types.BusinessChatLink#
Contains info about a business chat deep link » created by the current account.
Constructor of
BusinessChatLink
.- Details:
Layer:
198
ID:
B4AE666F
- Parameters:
link (
str
) – Business chat deep link.message (
str
) – Message to pre-fill in the message input field.views (
int
32-bit
) – Number of times the link was resolved (clicked/scanned/etc…).entities (List of
MessageEntity
, optional) – Message entities for styled texttitle (
str
, optional) – Human-readable name of the link, to simplify management in the UI (only visible to the creator of the link).
- Functions:
This object can be returned by 2 functions.
Create a business chat deep link ».
Edit a created business chat deep link ».