Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextPlain

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { text: string }

Type declaration

  • text: string
CONSTRUCTOR_ID: 1950782688
SUBCLASS_OF_ID: 4056986745
classType: "constructor"
className: "TextPlain"
text: string

Methods

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

Constructors

  • new TextPlain(args: { text: string }): TextPlain

Generated using TypeDoc