EmojiGroupPremium
- class pyrogram.raw.types.EmojiGroupPremium
An emoji category, used to select all Premium-only stickers (i.e. those with a Premium effect »)/Premium-only custom emojis (i.e. those where the documentAttributeCustomEmoji.free flag is not set)
Constructor of
EmojiGroup.- Details:
Layer:
223ID:
93BCF34
- Parameters:
title (
str) – Category name, i.e. “Animals”, “Flags”, “Faces” and so on…icon_emoji_id (
int64-bit) – A single custom emoji used as preview for the category.
TL Schema
emojiGroupPremium#93bcf34
title:string
icon_emoji_id:long
= EmojiGroup
Parameter Tree
EmojiGroupPremium
├── title →
string└── icon_emoji_id →
longExample
EmojiGroupPremium(
title="text",
icon_emoji_id=0,
)