35 lines
563 B
Markdown
35 lines
563 B
Markdown
|
---
|
||
|
title: help.deepLinkInfoEmpty
|
||
|
description: Deep link info empty
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/help_deepLinkInfoEmpty.html
|
||
|
---
|
||
|
# Constructor: help.deepLinkInfoEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Deep link info empty
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.DeepLinkInfo](../types/help.DeepLinkInfo.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$help.deepLinkInfoEmpty = ['_' => 'help.deepLinkInfoEmpty'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
help.deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|