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

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

Constructors

new
VideoSizeEmojiMarkup_(params: { emoji_id: bigint; background_colors: Array<number>; })

Properties

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

1, 2, 3 or 4 RBG-24 colors used to generate a solid (1), gradient (2) or freeform gradient (3, 4) background, similar to how fill wallpapers are generated. The rotation angle for gradient backgrounds is 0.

emoji_id: bigint

Custom emoji ID: the custom emoji sticker is shown at the center of the profile picture and occupies at most 67% of it.

Static Properties

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