From afe7cfa57544c5176e11967b4773cfb284b01f52 Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 11 Jun 2019 10:00:37 +0800 Subject: [PATCH] test --- def.go | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/def.go b/def.go index d7abf98..e9ac189 100644 --- a/def.go +++ b/def.go @@ -237,6 +237,17 @@ type JobPayloadMsgClient struct { ChatID64 int64 `json:"chat_id"` } +type JobPayloadBackupExport struct { + MsgID64 int64 `json:"msg_id"` + ChatID64 int64 `json:"chat_id"` +} + +type JobPayloadBackupImport struct { + URL string `json:"url"` + MsgID64 int64 `json:"msg_id"` + ChatID64 int64 `json:"chat_id"` +} + const ( userID64ChtWrsBot = 408101137