Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionChangeStickerSet

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

Constructors

new
ChannelAdminLogEventActionChangeStickerSet(params: { prevStickerset: TypeInputStickerSet; newStickerset: TypeInputStickerSet; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newStickerset: TypeInputStickerSet
prevStickerset: TypeInputStickerSet

Static Properties

readonly
[paramDesc]: ParamDesc