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

745 B

title description image
help.support Info on support user. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.support

Back to constructors index

Info on support user.

Attributes:

Name Type Required Description
phone_number string Yes Phone number
user User Optional User

Type: help_Support

Example:

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

Or, if you're into Lua:

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