You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wechat-bot/image.go

12 lines
167 B
Go

package wxworkbot
type imageMessage struct {
message
Image Image `json:"image"`
}
type Image struct {
Base64 string `json:"base64"`
MD5 string `json:"md5"`
}