add MimeType field to FullFileResponse
This commit is contained in:
commit
716d9edbcb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user