This commit is contained in:
shoopea 2019-06-11 10:00:37 +08:00
parent a39b212a7b
commit afe7cfa575

11
def.go
View File

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