updateTranscribedAudio
A pending voice message transcription » initiated with messages.transcribeAudio was updated.
type tg.UpdateTranscribedAudio struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Pending | bool | — | Whether this transcription is still pending and further updateTranscribedAudio about it will be sent in the future. |
Peer | PeerClass | yes | Peer of the transcribed message |
MsgID | int | yes | Transcribed message ID |
TranscriptionID | int64 | yes | Transcription ID |
Text | string | yes | Transcribed text |
References
- Official documentation
- Generated Go reference
- TL definition:
updateTranscribedAudio#84cd5a