Layer 220
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

EmojiURL

Gogram Example

// Creating EmojiUrl constructor
obj := &tg.EmojiUrl{
    Url: "...",
}