diff --git a/def.go b/def.go index 6cfaacc..5b389c3 100644 --- a/def.go +++ b/def.go @@ -274,6 +274,11 @@ type JobPayloadGDeposit struct { Status int `json:"status"` } +type JobPayloadGDepositForward struct { + ItemID64 int64 `json:"item_id"` + Quantity int64 `json:"quantity"` +} + type JobPayloadSaveRes struct { MsgID64 int64 `json:"msg_id"` ChatID64 int64 `json:"chat_id"`