MadelineProtoDocs/old_docs/API_docs_v32/constructors/emojiURL.md

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

Back to constructors index

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'}