EmojiKeywordDeleted
- class pyrogram.raw.types.EmojiKeywordDeleted
Deleted emoji keyword
Constructor of
EmojiKeyword.- Details:
Layer:
223ID:
236DF622
- Parameters:
keyword (
str) – Keywordemoticons (List of
str) – Emojis that were associated to keyword
TL Schema
emojiKeywordDeleted#236df622
keyword:string
emoticons:Vector<string>
= EmojiKeyword
Parameter Tree
EmojiKeywordDeleted
├── keyword →
string└── emoticons →
Vector < string >Example
EmojiKeywordDeleted(
keyword="text",
emoticons=["text"],
)