Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_setChatTheme_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_setChatTheme_
extends Function_<enums.Updates>
import { messages_setChatTheme_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Change the chat theme of a certain chat

Constructors

new
messages_setChatTheme_(params: { peer: enums.InputPeer; emoticon: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
emoticon: string

Emoji, identifying a specific chat theme; a list of chat themes can be fetched using account.getChatThemes

peer: enums.InputPeer

Private chat where to change theme

Static Properties

__F: (params: { peer: enums.InputPeer; emoticon: string; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc