Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiscardEncryption

Hierarchy

  • Request<Partial<{ deleteHistory?: boolean; chatId: int }>, Bool>
    • DiscardEncryption

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ deleteHistory?: boolean; chatId: number }>>
__response: boolean
CONSTRUCTOR_ID: 4086541984
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "messages.DiscardEncryption"
deleteHistory?: boolean
chatId: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ deleteHistory?: boolean; chatId: number }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new DiscardEncryption(args: Partial<Partial<{ deleteHistory?: boolean; chatId: number }>>): DiscardEncryption

Generated using TypeDoc