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

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

Constructors

new
help_PeerColorProfileSet_(params: { palette_colors: Array<number>; bg_colors: Array<number>; story_colors: Array<number>; })

Properties

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

A list of 1-2 colors in RGB format describing the colors used to generate the actual background used in the profile page.

palette_colors: Array<number>

A list of 1-2 colors in RGB format, shown in the color palette settings to describe the current palette.

story_colors: Array<number>

A list of 2 colors in RGB format describing the colors of the gradient used for the unread active story indicator around the profile photo.

Static Properties

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