fix delay
This commit is contained in:
parent
ef1818de55
commit
e175d516be
2
def.go
2
def.go
@ -58,7 +58,7 @@ type TGCommand struct {
|
|||||||
Text string `json:"text"`
|
Text string `json:"text"`
|
||||||
Document tb.Document `json:"document"`
|
Document tb.Document `json:"document"`
|
||||||
ParseMode int64 `json:"parse_mode"`
|
ParseMode int64 `json:"parse_mode"`
|
||||||
Delay time.Delay `json:"delay"`
|
Delay time.Duration `json:"delay"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsCastle struct {
|
type ChatWarsCastle struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user