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

497 B

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

Constructor: help.deepLinkInfoEmpty

Back to constructors index

Deep link info empty

Type: help.DeepLinkInfo

Example:

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

Or, if you're into Lua:

help.deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'}