MadelineProto/docs/API_docs/constructors/help_inviteText.md

17 lines
311 B
Markdown
Raw Normal View History

## Constructor: help\_inviteText
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|message|[string](../types/string.md) | Required|
### Type: [help\_InviteText](../types/help\_InviteText.md)
### Example:
```
$help_inviteText = ['message' => string, ];
```