Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BotApp

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; hash: BigInteger }

Type declaration

  • id: BigInteger
  • accessHash: BigInteger
  • shortName: string
  • title: string
  • description: string
  • photo: Api.TypePhoto
  • Optional document?: TypeDocument
  • hash: BigInteger
CONSTRUCTOR_ID: 2516373974
SUBCLASS_OF_ID: 34550446
classType: "constructor"
className: "BotApp"
id: BigInteger
accessHash: BigInteger
shortName: string
title: string
description: string
photo: Api.TypePhoto
document?: TypeDocument
hash: BigInteger

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; hash: BigInteger }

Constructors

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

Generated using TypeDoc