Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmojiKeyword

Hierarchy

  • VirtualClass<{ keyword: string; emoticons: string[] }>
    • EmojiKeyword

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { keyword: string; emoticons: string[] }

Type declaration

  • keyword: string
  • emoticons: string[]
CONSTRUCTOR_ID: 3585325561
SUBCLASS_OF_ID: 1712497982
classType: "constructor"
className: "EmojiKeyword"
keyword: string
emoticons: string[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { keyword: string; emoticons: string[] }

Constructors

  • new EmojiKeyword(args: { keyword: string; emoticons: string[] }): EmojiKeyword

Generated using TypeDoc