mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 19:27:21 +01:00
25 lines
465 B
Markdown
25 lines
465 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, ];
|
|
``` |