Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionChangePhoto

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChannelAdminLogEventActionChangePhoto
extends _TypeChannelAdminLogEventAction
import { types } from "https://deno.land/x/mtkruto@0.1.106/mod.ts";
const { ChannelAdminLogEventActionChangePhoto } = types;

Constructors

new
ChannelAdminLogEventActionChangePhoto(params: { prevPhoto: TypePhoto; newPhoto: TypePhoto; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newPhoto: TypePhoto
prevPhoto: TypePhoto

Static Properties

readonly
[paramDesc]: ParamDesc