mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
31 lines
790 B
Markdown
31 lines
790 B
Markdown
---
|
|
title: "help.inviteText"
|
|
description: "Text of a text message with an invitation to install Telegram."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
redirect_from: /API_docs/constructors/help_inviteText.html
|
|
---
|
|
# Constructor: help.inviteText
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Text of a text message with an invitation to install Telegram.
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|message|[string](/API_docs/types/string.html) | Yes|Text of the message|
|
|
|
|
|
|
|
|
### Type: [help.InviteText](/API_docs/types/help.InviteText.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_inviteText = ['_' => 'help.inviteText', 'message' => 'string'];
|
|
```
|