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 undefinedWhether this transcription is still pending and further updatetranscribedaudio about it will be sent in the future.
peer
: Raw.TypePeerPeer of the transcribed message
msgId
: numberTranscribed message id
transcriptionId
: bigintTranscription id
text
: stringTranscribed text