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_editChatPhoto_

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

Changes chat photo and sends a service message on it

Constructors

new
messages_editChatPhoto_(params: { chat_id: bigint; photo: enums.InputChatPhoto; })

Properties

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

Chat ID

photo: enums.InputChatPhoto

Photo to be set

Static Properties

__F: (params: { chat_id: bigint; photo: enums.InputChatPhoto; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc