Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>EmojiURL_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class EmojiURL_
extends _EmojiURL_
import { EmojiURL_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

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

Constructors

new
EmojiURL_(params: { url: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
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

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc