Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ noWebpage?: boolean; silent?: boolean; background?: boolean; clearDraft?: boolean; noforwards?: boolean; updateStickersetsOrder?: boolean; invertMedia?: boolean; peer: EntityLike; replyTo?: TypeInputReplyTo; message: string; randomId?: BigInteger; replyMarkup?: TypeReplyMarkup; entities?: TypeMessageEntity[]; scheduleDate?: number; sendAs?: EntityLike }>>
__response: TypeUpdates
CONSTRUCTOR_ID: 671943023
SUBCLASS_OF_ID: 2331323052
classType: "request"
className: "messages.SendMessage"
noWebpage?: boolean
silent?: boolean
background?: boolean
clearDraft?: boolean
noforwards?: boolean
updateStickersetsOrder?: boolean
invertMedia?: boolean
message: string
randomId?: BigInteger
replyMarkup?: TypeReplyMarkup
entities?: TypeMessageEntity[]
scheduleDate?: number
sendAs?: EntityLike

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ noWebpage?: boolean; silent?: boolean; background?: boolean; clearDraft?: boolean; noforwards?: boolean; updateStickersetsOrder?: boolean; invertMedia?: boolean; peer: EntityLike; replyTo?: TypeInputReplyTo; message: string; randomId?: BigInteger; replyMarkup?: TypeReplyMarkup; entities?: TypeMessageEntity[]; scheduleDate?: number; sendAs?: EntityLike }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new SendMessage(args: Partial<Partial<{ noWebpage?: boolean; silent?: boolean; background?: boolean; clearDraft?: boolean; noforwards?: boolean; updateStickersetsOrder?: boolean; invertMedia?: boolean; peer: EntityLike; replyTo?: TypeInputReplyTo; message: string; randomId?: BigInteger; replyMarkup?: TypeReplyMarkup; entities?: TypeMessageEntity[]; scheduleDate?: number; sendAs?: EntityLike }>>): SendMessage

Generated using TypeDoc