test
This commit is contained in:
parent
a39b212a7b
commit
afe7cfa575
11
def.go
11
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user