messages.getEmojiStatusGroups
Represents a list of emoji categories, to be used when selecting custom emojis to set as custom emoji status.
func (c *Client) MessagesGetEmojiStatusGroups(ctx context.Context, hash int) (MessagesEmojiGroupsClass, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.MessagesGetEmojiStatusGroups(ctx, hash)
if err != nil {
return err
}
_ = res // MessagesEmojiGroupsClass
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Hash | int | yes | Hash used for caching, for more info click here. |
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
messages.getEmojiStatusGroups#2ecd56cd