2019-05-03 21:10:09 +02:00
|
|
|
---
|
|
|
|
title: help.deepLinkInfoEmpty
|
2019-12-27 17:48:04 +01:00
|
|
|
description: Deep link info empty
|
2019-05-03 21:10:09 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
|
|
---
|
|
|
|
# Constructor: help.deepLinkInfoEmpty
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-12-27 17:48:04 +01:00
|
|
|
Deep link info empty
|
2019-05-03 21:10:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [help\_DeepLinkInfo](../types/help_DeepLinkInfo.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```php
|
|
|
|
$help_deepLinkInfoEmpty = ['_' => 'help.deepLinkInfoEmpty'];
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
```lua
|
|
|
|
help_deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'}
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|