744 B
744 B
title | description | image |
---|---|---|
help.support | Info on support user. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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}