Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.MessagesEditChatPhoto

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.MessagesEditChatPhoto
extends Function<types.TypeUpdates>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesEditChatPhoto } = tl.functions;

Constructors

new
MessagesEditChatPhoto(params: { chatId: bigint; photo: types.TypeInputChatPhoto; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
photo: types.TypeInputChatPhoto

Static Properties

readonly
[paramDesc]: ParamDesc