Raw.UpdateTranscribedAudio

Raw.UpdateTranscribedAudio

A pending voice message transcription initiated with messages.transcribeaudio was updated.

updateTranscribedAudio#84cd5a flags:# pending:flags.0?true peer:Peer msg_id:int transcription_id:long text:string = Update;
export namespace Raw {
  export class UpdateTranscribedAudio {
    constructor(params: {
      pending?: boolean;
      peer: Raw.TypePeer;
      msgId: number;
      transcriptionId: bigint;
      text: string;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x84cd5a

Property

  • pending : boolean or undefined

    Whether this transcription is still pending and further updatetranscribedaudio about it will be sent in the future.

  • peer : Raw.TypePeer

    Peer of the transcribed message

  • msgId : number

    Transcribed message id

  • transcriptionId : bigint

    Transcription id

  • text : string

    Transcribed text