diff --git a/v1/types.go b/v1/types.go index 2bef0f7..af14df1 100644 --- a/v1/types.go +++ b/v1/types.go @@ -437,7 +437,7 @@ type ( } Attachment struct { - ID uint64 `json:"id"` + ID string `json:"id"` Mime string `json:"type"` Caption string `json:"caption"` Size uint64 `json:"size"`