1
0
mirror of synced 2024-11-21 20:46:05 +03:00

add MimeType field to FullFileResponse

This commit is contained in:
Pavel 2023-06-29 13:40:56 +03:00 committed by GitHub
commit 716d9edbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.