TextCustomEmoji

class pyrogram.raw.types.TextCustomEmoji

Telegram API type.

Constructor of RichText.

Details:
  • Layer: 227

  • ID: A26156C0

Parameters:
  • document_id (int 64-bit) – N/A

  • alt (str) – N/A

TL Schema

textCustomEmoji#a26156c0
document_id:long
alt:string

= RichText

Parameter Tree

TextCustomEmoji
├── document_idlong
└── altstring

Example

TextCustomEmoji(
    document_id=0,
    alt="text",
)