Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HistoryImportParsed

Hierarchy

  • VirtualClass<{ pm?: boolean; group?: boolean; title?: string }>
    • HistoryImportParsed

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { pm?: boolean; group?: boolean; title?: string }

Type declaration

  • Optional pm?: boolean
  • Optional group?: boolean
  • Optional title?: string
CONSTRUCTOR_ID: 1578088377
SUBCLASS_OF_ID: 1538421259
classType: "constructor"
className: "messages.HistoryImportParsed"
pm?: boolean
group?: boolean
title?: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { pm?: boolean; group?: boolean; title?: string }

Constructors

  • new HistoryImportParsed(args: { pm?: boolean; group?: boolean; title?: string }): HistoryImportParsed

Generated using TypeDoc