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

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

Back to constructors index

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'}