Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionEditTopic

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

Constructors

new
ChannelAdminLogEventActionEditTopic(params: { prevTopic: TypeForumTopic; newTopic: TypeForumTopic; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newTopic: TypeForumTopic
prevTopic: TypeForumTopic

Static Properties

readonly
[paramDesc]: ParamDesc