MadelineProtoDocs/docs/API_docs/constructors/help_support.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

826 B

title description image
help.support help_support attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.support

Back to constructors index

Attributes:

Name Type Required
phone_number string Yes
user User Optional

Type: help_Support

Example:

$help_support = ['_' => 'help.support', 'phone_number' => 'string', 'user' => User];

PWRTelegram json-encoded version:

{"_": "help.support", "phone_number": "string", "user": User}

Or, if you're into Lua:

help_support={_='help.support', phone_number='string', user=User}