TextPlain
- class pyrogram.raw.types.TextPlain
Plain text
Constructor of
RichText.- Details:
Layer:
223ID:
744694E0
- Parameters:
text (
str) – Text
TL Schema
textPlain#744694e0
text:string
= RichText
Parameter Tree
TextPlain
└── text →
stringExample
TextPlain(
text="Open",
)