MadelineProto/docs/API_docs/constructors/help_inviteText.md

15 lines
333 B
Markdown
Raw Normal View History

## Constructor: help\_inviteText
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|message|[string](../types/string.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[help\_InviteText](../types/help_InviteText.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$help_inviteText = ['_' => help_inviteText', 'message' => string, ];
```