Duplicated from dedw231/new-api
4674012
1
2
3
4
5
6
7
8
9
package types type LocalFileData struct { MimeType string Base64Data string Url string Size int64 }