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

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

Represents an attachment menu icon color for bot mini apps »

Constructors

new
AttachMenuBotIconColor_(params: { name: string; color: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
color: number

Color in RGB24 format

name: string

One of the following values:
light_icon - Color of the attachment menu icon (light mode)
light_text - Color of the attachment menu label, once selected (light mode)
dark_icon - Color of the attachment menu icon (dark mode)
dark_text - Color of the attachment menu label, once selected (dark mode)

Static Properties

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