MadelineProtoDocs/old_docs/API_docs_v82/constructors/help_deepLinkInfoEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

40 lines
601 B
Markdown

---
title: help.deepLinkInfoEmpty
description: Empty deep link info
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: help.deepLinkInfoEmpty
[Back to constructors index](index.md)
Empty deep link info
### Type: [help\_DeepLinkInfo](../types/help_DeepLinkInfo.md)
### Example:
```php
$help_deepLinkInfoEmpty = ['_' => 'help.deepLinkInfoEmpty'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "help.deepLinkInfoEmpty"}
```
Or, if you're into Lua:
```lua
help_deepLinkInfoEmpty={_='help.deepLinkInfoEmpty'}
```