businessChatLink
Contains info about a business chat deep link » created by the current account.
type tg.BusinessChatLink struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Link | string | yes | Business chat deep link. |
Message | string | yes | Message to pre-fill in the message input field. |
Entities | []MessageEntityClass | — | Message entities for styled text |
Title | string | — | Human-readable name of the link, to simplify management in the UI (only visible to the creator of the link). |
Views | int | yes | Number of times the link was resolved (clicked/scanned/etc...). |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
businessChatLink#b4ae666f