help.InviteText

class pyrogram.raw.base.help.InviteText

Object contains info on the text of a message with an invitation.

Constructors:

This base type has 1 constructor available.

help.InviteText

Text of a text message with an invitation to install Telegram.

Functions:

This object can be returned by 1 function.

help.GetInviteText

Returns localized text of a text message with an invitation.

TL Schema

help.inviteText#18cb9f78
message:string

= help.InviteText

Parameter Tree

InviteText
└── messagestring

Example

InviteText(
    message="Hello",
)