Layer 220
MessagesGetEmojiProfilePhotoGroups
Represents a list of emoji categories, to be used when selecting custom emojis to set as profile picture.
method
Users
messages.getEmojiProfilePhotoGroups#21a548f3 hash:int = messages.EmojiGroups;
Parameters
| Name | Type | Description |
|---|---|---|
| Hash | int | Hash used for caching, for more info click here. |
Returns
messages.EmojiGroupsGogram Example
// MessagesGetEmojiProfilePhotoGroups - positional arguments result, err := client.MessagesGetEmojiProfilePhotoGroups(0) if err != nil { // handle error } // result is *tg.MessagesEmojiGroups