mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
Fix attachment ID type
This commit is contained in:
commit
450e762d12
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user