Fix attachment ID type

This commit is contained in:
Alex Lushpai 2022-04-11 12:45:49 +03:00 committed by GitHub
commit 450e762d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`