mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 02:59:36 +01:00
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, ];
|
||
|
```
|
||
|
|