test updat get stash

This commit is contained in:
shoopea 2020-06-19 21:29:42 +02:00
parent b4f1c7dd86
commit c1f68209b5

2
def.go
View File

@ -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"`