Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultTpl = "<b>%s</b> \n\n# Time: %s\n# Content: %s\n# Message: %s \n%s"
View Source
const (
Name = "MultiSend"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶ added in v2.0.53
type Message struct { Template string `json:"template"` SrvName string `json:"srv_name"` User string `json:"user_id"` Title string `json:"title"` Content string `json:"content"` Time string `json:"time"` Msg string `json:"msg"` }
func (*Message) GetContent ¶ added in v2.0.54
Click to show internal directories.
Click to hide internal directories.