diff --git a/struct.go b/struct.go index d5e5c4a..5e394e6 100644 --- a/struct.go +++ b/struct.go @@ -84,6 +84,7 @@ type PayloadCheckPermission struct { type StaffCheckPermissionResponse struct { Message string `json:"message"` IsValid bool `json:"isValid"` + Code int `json:"code"` } // StaffGetPermissions ...