wechat-bot/markdown.go
2022-07-21 23:10:41 +08:00

11 lines
156 B
Go

package wxworkbot
type markdownMessage struct {
message
Markdown Markdown `json:"markdown"`
}
type Markdown struct {
Content string `json:"content"`
}