27 lines
470 B
Markdown
27 lines
470 B
Markdown
---
|
|
title: help.inviteText
|
|
description: help_inviteText attributes, type and example
|
|
---
|
|
## Constructor: help.inviteText
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|message|[string](../types/string.md) | Required|
|
|
|
|
|
|
|
|
### Type: [help\_InviteText](../types/help_InviteText.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_inviteText = ['_' => 'help.inviteText', 'message' => string, ];
|
|
```
|
|
|