MadelineProtoDocs/old_docs/API_docs_v100/constructors/help.deepLinkInfoEmpty.md
2019-12-27 18:46:25 +01:00

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'}
```