Skip to main content

messages.transcribedAudio

Transcribed text from a voice message »

type tg.MessagesTranscribedAudio struct { /* ... */ }

Fields

NameTypeRequiredDescription
PendingboolWhether the transcription is partial because audio transcription is still in progress, if set the user may receive further updateTranscribedAudio updates with the updated transcription.
TranscriptionIDint64yesTranscription ID
TextstringyesTranscripted text
TrialRemainsNumintFor non-Premium users, this flag will be set, indicating the remaining transcriptions in the free trial period.
TrialRemainsUntilDateintFor non-Premium users, this flag will be set, indicating the date when the trial_remains_num counter will be reset to the maximum value of transcribe_audio_trial_weekly_number.

Returned by

References