1.0 KiB
1.0 KiB
title | description | image | redirect_from |
---|---|---|---|
help.deepLinkInfo | Deep linking info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_deepLinkInfo.html |
Constructor: help.deepLinkInfo
Deep linking info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
update_app | Bool | Optional | An update of the app is required to parse this link |
message | string | Yes | Message to show to the user |
entities | Array of MessageEntity | Optional | Entities |
Type: help.DeepLinkInfo
Example:
$help.deepLinkInfo = ['_' => 'help.deepLinkInfo', 'update_app' => Bool, 'message' => 'string', 'entities' => [MessageEntity, MessageEntity]];
Or, if you're into Lua:
help.deepLinkInfo={_='help.deepLinkInfo', update_app=Bool, message='string', entities={MessageEntity}}