Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputEncryptedChat

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { chatId: number; accessHash: BigInteger }

Type declaration

  • chatId: number
  • accessHash: BigInteger
CONSTRUCTOR_ID: 4047615457
SUBCLASS_OF_ID: 1819674304
classType: "constructor"
className: "InputEncryptedChat"
chatId: number
accessHash: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { chatId: number; accessHash: BigInteger }

Constructors

  • new InputEncryptedChat(args: { chatId: number; accessHash: BigInteger }): InputEncryptedChat

Generated using TypeDoc