Skip to main content
Go to Latest
class Api.ChannelAdminLogEventActionChangeTitle
extends VirtualClass<{ prevValue: string; newValue: string; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelAdminLogEventActionChangeTitle } = Api;

Properties

className: "ChannelAdminLogEventActionChangeTitle"
classType: "constructor"
CONSTRUCTOR_ID: 3873421349
newValue: string
prevValue: string
SUBCLASS_OF_ID: 2998503411

Static Methods

fromReader(reader: Reader): ChannelAdminLogEventActionChangeTitle