MadelineProtoDocs/old_docs/API_docs_v109/constructors/help.deepLinkInfoEmpty.md

35 lines
563 B
Markdown
Raw Normal View History

2020-03-06 12:24:14 +01:00
---
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'}
```