1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 13:07:23 +01:00
MadelineProto/docs/API_docs/constructors/help_support.md

18 lines
369 B
Markdown
Raw Normal View History

## 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, ];
```