messages.getEmojiProfilePhotoGroups

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;

Parameters

Name Type Description
hash int Hash used for caching, for more info click here.
Note: the usual hash generation algorithm cannot be used in this case, please re-use the messages.emojiGroups.hash field returned by a previous call to the method, or pass 0 if this is the first call.

Result

messages.EmojiGroups

Related pages

Pagination in the API

How to fetch results from large lists of objects.

messages.emojiGroups

Represents a list of emoji categories.

Emoji categories

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.

Uploading and Downloading Files

How to transfer large data batches correctly.