Link Search Menu Expand Document

Constructor: updateTranscribedAudio

Back to constructors index

A pending voice message transcription » initiated with messages.transcribeAudio was updated.

Attributes:

NameTypeRequiredDescription
pendingBoolOptionalWhether this transcription is still pending and further updateTranscribedAudio about it will be sent in the future.
peerlongYesPeer of the transcribed message
msg_idintYesTranscribed message ID
transcription_idlongYesTranscription ID
textstringYesTranscribed text

Type: Update

Example:

$updateTranscribedAudio = ['_' => 'updateTranscribedAudio', 'pending' => Bool, 'peer' => long, 'msg_id' => int, 'transcription_id' => long, 'text' => 'string'];