diff --git a/def.go b/def.go index 1608998..c43d2e0 100644 --- a/def.go +++ b/def.go @@ -408,6 +408,7 @@ type JobPayloadGWithdrawItem struct { Name string `json:"name"` Available int64 `json:"available"` Required int64 `json:"required"` + Inspect bool `json:"inspect"` } type JobPayloadGWithdraw struct { @@ -418,6 +419,7 @@ type JobPayloadGWithdraw struct { Status int64 `json:"status"` CleanupMsg []ChatWarsMessage `json:"cleanup_msg"` Validated bool `json:"validated"` + Inspecting string `json:"inspecting"` } type JobPayloadGDeposit struct {