fix delay
This commit is contained in:
parent
eb7326d96b
commit
beee1818b1
2
def.go
2
def.go
@ -16,7 +16,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 ChatWarsMessage struct {
|
type ChatWarsMessage struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user