Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionChangeUsername

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

Constructors

new
ChannelAdminLogEventActionChangeUsername(params: { prevValue: string; newValue: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newValue: string
prevValue: string

Static Properties

readonly
[paramDesc]: ParamDesc