BusinessChatLink¶
- class pyrogram.types.BusinessChatLink¶
Represents a business chat link.
- Parameters:
link (
str) – The link.message (
str) – The message associated with the link.views (
int) – Number of views.title (
str, optional) – Title of the link.entities (List of
MessageEntity, optional) – List of special entities that appear in the message.