help.InviteText

class pyrogram.raw.types.help.InviteText

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

Constructor of InviteText.

Details:
  • Layer: 223

  • ID: 18CB9F78

Parameters:

message (str) – Text of the message

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",
)