EmojiKeywordDeleted

class pyrogram.raw.types.EmojiKeywordDeleted

Deleted emoji keyword

Constructor of EmojiKeyword.

Details:
  • Layer: 223

  • ID: 236DF622

Parameters:
  • keyword (str) – Keyword

  • emoticons (List of str) – Emojis that were associated to keyword

TL Schema

emojiKeywordDeleted#236df622
keyword:string
emoticons:Vector<string>

= EmojiKeyword

Parameter Tree

EmojiKeywordDeleted
├── keywordstring
└── emoticonsVector < string >

Example

EmojiKeywordDeleted(
    keyword="text",
    emoticons=["text"],
)