829 B
829 B
title | description | image | redirect_from |
---|---|---|---|
help.inviteText | Text of a text message with an invitation to install application. | 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 application.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | string | Yes | Text of a message |
Type: help.InviteText
Example:
$help.inviteText = ['_' => 'help.inviteText', 'message' => 'string'];
Or, if you're into Lua:
help.inviteText={_='help.inviteText', message='string'}