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