MadelineProto/old_docs/API_docs_v25/constructors/help_support.md

37 lines
614 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: help.support
description: help_support attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: help.support
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|phone\_number|[string](../types/string.md) | Yes|
|user|[User](../types/User.md) | Yes|
### Type: [help\_Support](../types/help_Support.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$help_support = ['_' => 'help.support', 'phone_number' => string, 'user' => User, ];
```
Or, if you're into Lua:
```
help_support={_='help.support', phone_number=string, user=User, }
```