MadelineProtoDocs/docs/API_docs/constructors/help_supportName.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

766 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'];

PWRTelegram json-encoded version:

{"_": "help.supportName", "name": "string"}

Or, if you're into Lua:

help_supportName={_='help.supportName', name='string'}