diff --git a/structs.go b/structs.go index a23f1da..e9f944c 100644 --- a/structs.go +++ b/structs.go @@ -195,7 +195,7 @@ type ChatInfo struct { Type string `json:"type"` Title string `json:"title"` Kicked int `json:"kicked"` - AdminID int `json:"admin_id"` + AdminID int64 `json:"admin_id"` Users VKUsers }