771 B
771 B
title | description | image |
---|---|---|
help.inviteText | Text of a text message with an invitation to install application. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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'}