messages.TranscribedAudio#
- class pyrogram.raw.types.messages.TranscribedAudio#
Transcribed text from a voice message.
Constructor of
TranscribedAudio
.- Details:
Layer:
158
ID:
93752C52
- Parameters:
transcription_id (
int
64-bit
) – Transcription ID.text (
str
) – Transcripted text.pending (
bool
, optional) – Whether the transcription is partial because audio transcription is still in progress, if set the user may receive further updateTranscribedAudio updates with the updated transcription.
- Functions:
This object can be returned by 1 function.
Transcribe voice message.