Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionPinTopic

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

Constructors

new
ChannelAdminLogEventActionPinTopic(params?: { prevTopic?: TypeForumTopic; newTopic?: TypeForumTopic; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc