Represents a list of emoji categories, to be used when selecting custom emojis to set as profile picture.
messages.emojiGroupsNotModified#6fb4ad87 = messages.EmojiGroups;
messages.emojiGroups#881fb94b hash:int groups:Vector<EmojiGroup> = messages.EmojiGroups;
---functions---
messages.getEmojiProfilePhotoGroups#21a548f3 hash:int = messages.EmojiGroups;
Name | Type | Description |
---|---|---|
hash | int | Hash used for caching, for more info click here. |
How to fetch results from large lists of objects.
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.
How to transfer large data batches correctly.