update cwm
This commit is contained in:
parent
80078948cb
commit
f9dbd2a6a6
1
def.go
1
def.go
@ -26,6 +26,7 @@ type ChatWarsMessage struct {
|
|||||||
ID64 int64 `json:"id"`
|
ID64 int64 `json:"id"`
|
||||||
ChatID64 int64 `json:"chat_id"`
|
ChatID64 int64 `json:"chat_id"`
|
||||||
Text string `json:"text"`
|
Text string `json:"text"`
|
||||||
|
IsForwarded bool `json:"is_forwarded"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type MQKeepAlive struct {
|
type MQKeepAlive struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user