Layer 220
MessagesGetEmojiUrl
Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords. The URL will be valid for 30 seconds after generation.
method
Users
messages.getEmojiURL#d5b10c26 lang_code:string = EmojiURL;
Parameters
| Name | Type | Description |
|---|---|---|
| LangCode | string | Language code for which the emoji keywords will be suggested |
Returns
EmojiURLGogram Example
// MessagesGetEmojiUrl - positional arguments result, err := client.MessagesGetEmojiUrl("...") if err != nil { // handle error } // result is *tg.EmojiUrl