Skip to content

Commit

Permalink
fix types 64 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nikepan committed Oct 31, 2023
1 parent 34e5888 commit 7f30de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 7f30de1

Please sign in to comment.