1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
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 | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: 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
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | 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 |
Type: EmojiURL
Example:
$emojiURL = ['_' => 'emojiURL', 'url' => 'string'];
Or, if you're into Lua:
emojiURL={_='emojiURL', url='string'}