fix: Fixed attachment ID type

This commit is contained in:
Kirill Zaytsev 2022-04-11 10:53:07 +03:00
parent 8a725de20c
commit eef043d12f

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