inputBusinessChatLink
Contains info about a business chat deep link » to be created by the current account.
type tg.InputBusinessChatLink struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
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). |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBusinessChatLink#11679fa7