Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SetBotInfo

Hierarchy

  • Request<Partial<{ bot?: TypeEntityLike; langCode: string; name?: string; about?: string; description?: string }>, Bool>
    • SetBotInfo

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ bot?: EntityLike; langCode: string; name?: string; about?: string; description?: string }>>
__response: boolean
CONSTRUCTOR_ID: 282013987
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "bots.SetBotInfo"
langCode: string
name?: string
about?: string
description?: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ bot?: EntityLike; langCode: string; name?: string; about?: string; description?: string }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new SetBotInfo(args: Partial<Partial<{ bot?: EntityLike; langCode: string; name?: string; about?: string; description?: string }>>): SetBotInfo

Generated using TypeDoc