Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChannelAdminLogEventActionChangeTitle

Hierarchy

  • VirtualClass<{ prevValue: string; newValue: string }>
    • ChannelAdminLogEventActionChangeTitle

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { prevValue: string; newValue: string }

Type declaration

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

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { prevValue: string; newValue: string }

Constructors

Generated using TypeDoc