package
Version:
v0.1.15-alpha
Opens a new window with list of versions in this module.
Published: Apr 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Source Source `json:"source"`
Target Target `json:"target"`
Message Message `json:"message"`
Callback bool `json:"callback"`
TimeStamp int64 `json:"time_stamp"`
}
type GoCqHttp struct {
Type string `json:"type"`
ID int64 `json:"id"`
}
type Message struct {
Type string `json:"type"`
Content string `json:"content"`
Addition interface{} `json:"addition"`
}
type Source struct {
Platform string `json:"platform"`
Addition interface{} `json:"addition"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.