Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>ChannelAdminLogEventActionChangeUsernames_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelAdminLogEventActionChangeUsernames_
import { ChannelAdminLogEventActionChangeUsernames_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The list of usernames associated with the channel was changed

Constructors

new
ChannelAdminLogEventActionChangeUsernames_(params: { prev_value: Array<string>; new_value: Array<string>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
new_value: Array<string>

New set of usernames

prev_value: Array<string>

Previous set of usernames

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc