MadelineProtoDocs/old_docs/API_docs_v102/constructors/help_supportName.md
2019-06-24 15:45:02 +02:00

651 B

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

Constructor: help.supportName

Back to constructors index

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