messages.getEmojiKeywords
Get localized emoji keywords ».
func (c *Client) MessagesGetEmojiKeywords(ctx context.Context, langcode string) (*EmojiKeywordsDifference, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.MessagesGetEmojiKeywords(ctx, langcode)
if err != nil {
return err
}
_ = res // *EmojiKeywordsDifference
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
LangCode | string | yes | Language code |
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
messages.getEmojiKeywords#35a0e062