766 B
766 B
title | description | image | redirect_from |
---|---|---|---|
help.supportName | Localized name for telegram support | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_supportName.html |
Constructor: help.supportName
Localized name for telegram support
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Localized name |
Type: help.SupportName
Example:
$help.supportName = ['_' => 'help.supportName', 'name' => 'string'];
Or, if you're into Lua:
help.supportName={_='help.supportName', name='string'}