UpdateTranscribedAudio
- class pyrogram.raw.types.UpdateTranscribedAudio
A pending voice message transcription » initiated with messages.transcribeAudio was updated.
Constructor of
Update
.- Details:
Layer:
194
ID:
84CD5A
- Parameters:
peer (
Peer
) – Peer of the transcribed messagemsg_id (
int
32-bit
) – Transcribed message IDtranscription_id (
int
64-bit
) – Transcription IDtext (
str
) – Transcribed textpending (
bool
, optional) – Whether this transcription is still pending and further updateTranscribedAudio about it will be sent in the future.