MadelineProtoDocs/docs/API_docs/constructors/help_supportName.md

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