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

825 B

title description image redirect_from
help.inviteText Text of a text message with an invitation to install Telegram. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_inviteText.html

Constructor: help.inviteText

Back to constructors index

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'];

Or, if you're into Lua:

help.inviteText={_='help.inviteText', message='string'}