Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UpdateTranscribedAudio

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { pending?: boolean; peer: TypePeer; msgId: number; transcriptionId: BigInteger; text: string }

Type declaration

  • Optional pending?: boolean
  • peer: TypePeer
  • msgId: number
  • transcriptionId: BigInteger
  • text: string
CONSTRUCTOR_ID: 8703322
SUBCLASS_OF_ID: 2676568142
classType: "constructor"
className: "UpdateTranscribedAudio"
pending?: boolean
peer: TypePeer
msgId: number
transcriptionId: BigInteger
text: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { pending?: boolean; peer: TypePeer; msgId: number; transcriptionId: BigInteger; text: string }

Constructors

  • new UpdateTranscribedAudio(args: { pending?: boolean; peer: TypePeer; msgId: number; transcriptionId: BigInteger; text: string }): UpdateTranscribedAudio

Generated using TypeDoc