--- title: help.deepLinkInfoEmpty description: help_deepLinkInfoEmpty attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: help.deepLinkInfoEmpty [Back to constructors index](index.md) ### Type: [help\_DeepLinkInfo](../types/help_DeepLinkInfo.md) ### Example: ``` $help_deepLinkInfoEmpty = ['_' => 'help.deepLinkInfoEmpty']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "help.deepLinkInfoEmpty"} ``` Or, if you're into Lua: ``` help_deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'} ```