MadelineProtoDocs/docs/API_docs/constructors/help.deepLinkInfo.md

1.1 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

Back to constructors index

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 Message entities for styled text

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}}