651 B
651 B
title | description | image |
---|---|---|
help.supportName | Support name | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.supportName
Support name
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name |
Type: help_SupportName
Example:
$help_supportName = ['_' => 'help.supportName', 'name' => 'string'];
Or, if you're into Lua:
help_supportName={_='help.supportName', name='string'}