add field in model
This commit is contained in:
parent
81a71544c5
commit
f586e58a3c
@ -176,6 +176,7 @@ type FullFileResponse struct {
|
|||||||
Type string `json:"type,omitempty"`
|
Type string `json:"type,omitempty"`
|
||||||
Size int `json:"size,omitempty"`
|
Size int `json:"size,omitempty"`
|
||||||
Url string `json:"url,omitempty"`
|
Url string `json:"url,omitempty"`
|
||||||
|
MimeType string `json:"mime_type,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UploadFileResponse uploaded file data.
|
// UploadFileResponse uploaded file data.
|
||||||
|
Loading…
Reference in New Issue
Block a user