mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-03 13:13:33 +03:00
Merge pull request #79 from ilyavlasoff/add_transcription_status_field
Added transcription status field
This commit is contained in:
commit
021568afd8
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ type (
|
|||
UpdateFileMetadataRequest struct {
|
||||
ID string `json:"-"`
|
||||
Transcription string `json:"transcription,omitempty"`
|
||||
// Current status of transcription process. Available values: "in_progress", "ready", "error"
|
||||
TranscriptionStatus string `json:"transcription_status,omitempty"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue