TextCustomEmoji
- class pyrogram.raw.types.TextCustomEmoji
Telegram API type.
Constructor of
RichText.- Details:
Layer:
227ID:
A26156C0
- Parameters:
document_id (
int64-bit) – N/Aalt (
str) – N/A
TL Schema
textCustomEmoji#a26156c0
document_id:long
alt:string
= RichText
Parameter Tree
TextCustomEmoji
├── document_id →
long└── alt →
stringExample
TextCustomEmoji(
document_id=0,
alt="text",
)