messages.transcribedAudio
Transcribed text from a voice message »
type tg.MessagesTranscribedAudio struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pending | bool | — | 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. |
TranscriptionID | int64 | yes | Transcription ID |
Text | string | yes | Transcripted text |
TrialRemainsNum | int | — | For non-Premium users, this flag will be set, indicating the remaining transcriptions in the free trial period. |
TrialRemainsUntilDate | int | — | For 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
- Official documentation
- Generated Go reference
- TL definition:
messages.transcribedAudio#cfb9d957