mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
32 lines
764 B
Markdown
32 lines
764 B
Markdown
---
|
|
title: "help.support"
|
|
description: "Info on support user."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/help_support.html
|
|
---
|
|
# Constructor: help.support
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Info on support user.
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|phone\_number|[string](/API_docs/types/string.html) | Yes|Phone number|
|
|
|user|[User](/API_docs/types/User.html) | Optional|User|
|
|
|
|
|
|
|
|
### Type: [help.Support](/API_docs/types/help.Support.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_support = ['_' => 'help.support', 'phone_number' => 'string', 'user' => User];
|
|
```
|