Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionChangeUsernames

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

Constructors

new
ChannelAdminLogEventActionChangeUsernames(params: { prevValue: Array<string>; newValue: Array<string>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newValue: Array<string>
prevValue: Array<string>

Static Properties

readonly
[paramDesc]: ParamDesc