update cwm
This commit is contained in:
parent
51e07339a0
commit
71cb790fe6
1
def.go
1
def.go
@ -102,6 +102,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 ChatWarsExchangeDeal struct {
|
type ChatWarsExchangeDeal struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user