mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
31 lines
732 B
Markdown
31 lines
732 B
Markdown
|
---
|
||
|
title: "help.supportName"
|
||
|
description: "Localized name for telegram support"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/help_supportName.html
|
||
|
---
|
||
|
# Constructor: help.supportName
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Localized name for telegram support
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|name|[string](/API_docs/types/string.html) | Yes|Localized name|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.SupportName](/API_docs/types/help.SupportName.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$help_supportName = ['_' => 'help.supportName', 'name' => 'string'];
|
||
|
```
|