Skip to main content

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

NameTypeRequiredDescription
LangCodestringyesLanguage code

Returns

*EmojiKeywordsDifference

References