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

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

Keywords for a certain sticker

Constructors

new
StickerKeyword_(params: { document_id: bigint; keyword: Array<string>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
document_id: bigint

Sticker ID

keyword: Array<string>

Keywords

Static Properties

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