Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BotMap = make(map[uint]*Bot)
View Source
var (
ErrNoAccount = errors.New("no account")
)
Functions ¶
func CheckRobot ¶
func CheckRobot()
Types ¶
type HookRequest ¶
type HookRequest struct { MessageID int `json:"messageId"` From HookRequestFrom `json:"from"` Date int `json:"date"` // 10位时间戳 Text string `json:"text"` }
Click to show internal directories.
Click to hide internal directories.