MadelineProtoDocs/docs/API_docs/constructors/help.inviteText.md

31 lines
790 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```