EmojiList

class pyrogram.raw.base.EmojiList

Represents a list of custom emojis.

Constructors:

This base type has 2 constructors available.

EmojiList

Represents a list of custom emojis.

EmojiListNotModified

The list of custom emojis hasn't changed.

Functions:

This object can be returned by 5 functions.

account.GetDefaultProfilePhotoEmojis

Get a set of suggested custom emoji stickers that can be used as profile picture

account.GetDefaultGroupPhotoEmojis

Get a set of suggested custom emoji stickers that can be used as group picture

account.GetDefaultBackgroundEmojis

Get a set of suggested custom emoji stickers that can be used in an accent color pattern.

account.GetChannelRestrictedStatusEmojis

Returns fetch the full list of custom emoji IDs » that cannot be used in channel emoji statuses ».

messages.SearchCustomEmoji

Look for custom emojis associated to a UTF8 emoji

TL Schema

emojiList#7a1e11d1
hash:long
document_id:Vector<long>

= EmojiList

Parameter Tree

EmojiList
├── hashlong
└── document_idVector < long >

Example

EmojiList(
    hash=0,
    document_id=[0],
)