39 lines
651 B
Markdown
39 lines
651 B
Markdown
|
---
|
||
|
title: help.supportName
|
||
|
description: Support name
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: help.supportName
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Support name
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|name|[string](../types/string.md) | Yes|Name|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help\_SupportName](../types/help_SupportName.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$help_supportName = ['_' => 'help.supportName', 'name' => 'string'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
help_supportName={_='help.supportName', name='string'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|