Layer 220
EmojiUrl
An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation
constructor
emojiURL#a575739d url:string = EmojiURL;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation |
Returns
EmojiURLGogram Example
// Creating EmojiUrl constructor obj := &tg.EmojiUrl{ Url: "...", }