MadelineProtoDocs/old_docs/API_docs_v105/constructors/help_deepLinkInfo.md
2019-12-27 17:48:04 +01:00

997 B

title description image
help.deepLinkInfo Deep linking info https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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