From 4bc88ec4b88d27a06f0c0cd44c2af52a50483cea Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 30 Aug 2019 10:16:12 +0800 Subject: [PATCH] update JobPayloadGDepositForward --- def.go | 5 +++++ 1 file changed, 5 insertions(+) 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"`