Represents a list of emoji categories.
messages.emojiGroupsNotModified#6fb4ad87 = messages.EmojiGroups;
messages.emojiGroups#881fb94b hash:int groups:Vector<EmojiGroup> = messages.EmojiGroups;
---functions---
messages.getEmojiGroups#7488ce5b hash:int = messages.EmojiGroups;
messages.getEmojiStatusGroups#2ecd56cd hash:int = messages.EmojiGroups;
messages.getEmojiProfilePhotoGroups#21a548f3 hash:int = messages.EmojiGroups;
messages.getEmojiStickerGroups#1dd840f5 hash:int = messages.EmojiGroups;
Constructor | Description |
---|---|
messages.emojiGroupsNotModified | The list of emoji categories hasn't changed. |
messages.emojiGroups | Represents a list of emoji categories. |
Method | Description |
---|---|
messages.getEmojiGroups | Represents a list of emoji categories. |
messages.getEmojiStatusGroups | Represents a list of emoji categories, to be used when selecting custom emojis to set as custom emoji status. |
messages.getEmojiProfilePhotoGroups | Represents a list of emoji categories, to be used when selecting custom emojis to set as profile picture. |
messages.getEmojiStickerGroups | Represents a list of emoji categories, to be used when choosing a sticker. |
Sticker, custom emoji and GIF selection UIs should offer a list of categories to quickly filter results by a (list of) emojis, or by some other criteria.