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.
Text of a text message with an invitation to install Telegram.
- Functions:
This object can be returned by 1 function.
Returns localized text of a text message with an invitation.
TL Schema
help.inviteText#18cb9f78
message:string
= help.InviteText
Parameter Tree
InviteText
└── message →
stringExample
InviteText(
message="Hello",
)