From c1f68209b5b66968a9803de5ac6872c5394df17a Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 19 Jun 2020 21:29:42 +0200 Subject: [PATCH] test updat get stash --- def.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/def.go b/def.go index 1e38773..285df6c 100644 --- a/def.go +++ b/def.go @@ -625,6 +625,8 @@ type JobPayloadShopsSlave struct { } type JobPayloadGetStash struct { + MsgID64 int64 `json:"msg_id"` + ChatID64 int64 `json:"chat_id"` ClientID64 []int64 `json:"clients_id"` ClientCount int64 `json:"client_count"` Stock []ChatWarsItems `json:"stock"`