MadelineProtoDocs/docs/API_docs/constructors/help.supportName.md

31 lines
732 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```