Skip to main content
Go to Latest
class tl.Api.ChannelAdminLogEventActionChangeStickerSet
extends VirtualClass<{ prevStickerset: Api.TypeInputStickerSet; newStickerset: Api.TypeInputStickerSet; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelAdminLogEventActionChangeStickerSet } = tl.Api;

Properties

className: "ChannelAdminLogEventActionChangeStickerSet"
classType: "constructor"
CONSTRUCTOR_ID: 2982398631
newStickerset: Api.TypeInputStickerSet
prevStickerset: Api.TypeInputStickerSet
SUBCLASS_OF_ID: 2998503411

Static Methods

fromReader(reader: Reader): ChannelAdminLogEventActionChangeStickerSet