MadelineProtoDocs/docs/API_docs/constructors/help_deepLinkInfoEmpty.md

498 B

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

Constructor: help.deepLinkInfoEmpty

Back to constructors index

Empty deep link info

Type: help_DeepLinkInfo

Example:

$help_deepLinkInfoEmpty = ['_' => 'help.deepLinkInfoEmpty'];

Or, if you're into Lua:

help_deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'}