1
0
Fork 0

Convert enclosure size field to bigint

This commit is contained in:
Frédéric Guillot 2018-03-14 20:09:06 -07:00
parent fec391a336
commit 482785c5e6
7 changed files with 9 additions and 6 deletions

View file

@ -47,7 +47,7 @@ type jsonAttachment struct {
URL string `json:"url"`
MimeType string `json:"mime_type"`
Title string `json:"title"`
Size int `json:"size_in_bytes"`
Size int64 `json:"size_in_bytes"`
Duration int `json:"duration_in_seconds"`
}