Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Game

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { id: BigInteger; accessHash: BigInteger; shortName: string; title: string; description: string; photo: Api.TypePhoto; document?: TypeDocument }

Type declaration

  • id: BigInteger
  • accessHash: BigInteger
  • shortName: string
  • title: string
  • description: string
  • photo: Api.TypePhoto
  • Optional document?: TypeDocument
CONSTRUCTOR_ID: 3187238203
SUBCLASS_OF_ID: 2199494322
classType: "constructor"
className: "Game"
id: BigInteger
accessHash: BigInteger
shortName: string
title: string
description: string
photo: Api.TypePhoto
document?: TypeDocument

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { id: BigInteger; accessHash: BigInteger; shortName: string; title: string; description: string; photo: Api.TypePhoto; document?: TypeDocument }
  • fromReader(reader: any): Game

Constructors

  • new Game(args: { id: BigInteger; accessHash: BigInteger; shortName: string; title: string; description: string; photo: Api.TypePhoto; document?: TypeDocument }): Game

Generated using TypeDoc