MadelineProtoDocs/docs/API_docs/constructors/help_deepLinkInfo.md

931 B

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

Constructor: help.deepLinkInfo

Back to constructors index

Deep link info

Attributes:

Name Type Required Description
update_app Bool Optional Update app?
message string Yes Message
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}}