From f586e58a3c9dd346e825b33dbf533d29e9027fd3 Mon Sep 17 00:00:00 2001 From: Ruslan Efanov Date: Thu, 29 Jun 2023 13:36:30 +0300 Subject: [PATCH] add field in model --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index bb11a14..b2e3187 100644 --- a/v1/types.go +++ b/v1/types.go @@ -176,6 +176,7 @@ type FullFileResponse struct { Type string `json:"type,omitempty"` Size int `json:"size,omitempty"` Url string `json:"url,omitempty"` + MimeType string `json:"mime_type,omitempty"` } // UploadFileResponse uploaded file data.