Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChannelAdminLogEventActionChangeUsernames

Hierarchy

  • VirtualClass<{ prevValue: string[]; newValue: string[] }>
    • ChannelAdminLogEventActionChangeUsernames

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: 4031755177
SUBCLASS_OF_ID: 2998503411
classType: "constructor"
className: "ChannelAdminLogEventActionChangeUsernames"
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