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>EmojiGroup_

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

Represents an emoji category.

Constructors

new
EmojiGroup_(params: { title: string; icon_emoji_id: bigint; emoticons: Array<string>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
emoticons: Array<string>

A list of UTF-8 emojis, matching the category.

icon_emoji_id: bigint

A single custom emoji used as preview for the category.

title: string

Category name, i.e. "Animals", "Flags", "Faces" and so on...

Static Properties

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