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

16 lines
388 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|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[help\_Support](../types/help_Support.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$help_support = ['_' => help_support', 'phone_number' => string, 'user' => User, ];
```