Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgsAllInfo

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { msgIds: BigInteger[]; info: string }

Type declaration

  • msgIds: BigInteger[]
  • info: string
CONSTRUCTOR_ID: 2361446705
SUBCLASS_OF_ID: 4203727700
classType: "constructor"
className: "MsgsAllInfo"
msgIds: BigInteger[]
info: string

Methods

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

Constructors

  • new MsgsAllInfo(args: { msgIds: BigInteger[]; info: string }): MsgsAllInfo

Generated using TypeDoc