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