Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestPeerTypeChat

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { creator?: boolean; botParticipant?: boolean; hasUsername?: boolean; forum?: boolean; userAdminRights?: ChatAdminRights; botAdminRights?: ChatAdminRights }

Type declaration

  • Optional creator?: boolean
  • Optional botParticipant?: boolean
  • Optional hasUsername?: boolean
  • Optional forum?: boolean
  • Optional userAdminRights?: ChatAdminRights
  • Optional botAdminRights?: ChatAdminRights
CONSTRUCTOR_ID: 3387977243
SUBCLASS_OF_ID: 3919636500
classType: "constructor"
className: "RequestPeerTypeChat"
creator?: boolean
botParticipant?: boolean
hasUsername?: boolean
forum?: boolean
userAdminRights?: ChatAdminRights
botAdminRights?: ChatAdminRights

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { creator?: boolean; botParticipant?: boolean; hasUsername?: boolean; forum?: boolean; userAdminRights?: ChatAdminRights; botAdminRights?: ChatAdminRights }

Constructors

Generated using TypeDoc