package
Version:
v0.0.0-...-a3dbc15
Opens a new window with list of versions in this module.
Published: Jan 30, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIRequest struct {
Channel string `json:"channel"`
Message []byte `json:"message"`
}
type APIResponse struct {
Error string `json:"error"`
Ok bool `json:"ok"`
Message Message `json:"message"`
}
type Message struct {
Type string `json:"type"`
Text string `json:"text"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.