@@ -0,0 +1,11 @@
package wxworkbot
type imageMessage struct {
message
Image Image `json:"image"`
}
type Image struct {
Base64 string `json:"base64"`
MD5 string `json:"md5"`
The note is not visible to the blocked user.