mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 13:07:23 +01:00
18 lines
369 B
Markdown
18 lines
369 B
Markdown
|
## Constructor: help\_support
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|phone\_number|[string](../types/string.md) | Required|
|
||
|
|user|[User](../types/User.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [help\_Support](../types/help\_Support.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$help_support = ['phone_number' => string, 'user' => User, ];
|
||
|
```
|