TextMath

class pyrogram.raw.types.TextMath

Telegram API type.

Constructor of RichText.

Details:
  • Layer: 227

  • ID: 9D2EAC97

Parameters:

source (str) – N/A

TL Schema

textMath#9d2eac97
source:string

= RichText

Parameter Tree

TextMath
└── sourcestring

Example

TextMath(
    source="text",
)