help.deepLinkInfo
Deep link info, see the here for more details
type tg.HelpDeepLinkInfo struct { /* ... */ }
Implements help.DeepLinkInfo.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UpdateApp | bool | — | An update of the app is required to parse this link |
Message | string | yes | Message to show to the user |
Entities | []MessageEntityClass | — | Message entities for styled text |
References
- Official documentation
- Generated Go reference
- TL definition:
help.deepLinkInfo#6a4ee832