MadelineProtoDocs/old_docs/API_docs_v105/constructors/help_supportName.md
2019-12-27 17:48:04 +01:00

707 B

title description image
help.supportName Localized name for telegram support https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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