800 B
800 B
title | description | image | redirect_from |
---|---|---|---|
help.support | Info on support user. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_support.html |
Constructor: help.support
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}