Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChatInviteImporter

Hierarchy

  • VirtualClass<{ requested?: boolean; viaChatlist?: boolean; userId: long; date: int; about?: string; approvedBy?: long }>
    • ChatInviteImporter

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { requested?: boolean; viaChatlist?: boolean; userId: BigInteger; date: number; about?: string; approvedBy?: BigInteger }

Type declaration

  • Optional requested?: boolean
  • Optional viaChatlist?: boolean
  • userId: BigInteger
  • date: number
  • Optional about?: string
  • Optional approvedBy?: BigInteger
CONSTRUCTOR_ID: 2354765785
SUBCLASS_OF_ID: 1393710126
classType: "constructor"
className: "ChatInviteImporter"
requested?: boolean
viaChatlist?: boolean
userId: BigInteger
date: number
about?: string
approvedBy?: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { requested?: boolean; viaChatlist?: boolean; userId: BigInteger; date: number; about?: string; approvedBy?: BigInteger }
  • Returns { requested?: boolean; viaChatlist?: boolean; userId: BigInteger; date: number; about?: string; approvedBy?: BigInteger }

    • Optional requested?: boolean
    • Optional viaChatlist?: boolean
    • userId: BigInteger
    • date: number
    • Optional about?: string
    • Optional approvedBy?: BigInteger

Constructors

  • new ChatInviteImporter(args: { requested?: boolean; viaChatlist?: boolean; userId: BigInteger; date: number; about?: string; approvedBy?: BigInteger }): ChatInviteImporter
  • Parameters

    • args: { requested?: boolean; viaChatlist?: boolean; userId: BigInteger; date: number; about?: string; approvedBy?: BigInteger }
      • Optional requested?: boolean
      • Optional viaChatlist?: boolean
      • userId: BigInteger
      • date: number
      • Optional about?: string
      • Optional approvedBy?: BigInteger

    Returns ChatInviteImporter

Generated using TypeDoc