Versions in this module Expand all Collapse all v1 v1.0.1 Jul 8, 2020 Changes in this version + const MsgTypeImage + const MsgTypeNews + const MsgTypeText + const MsgTypeVideo + const MsgTypeVoice + const MsgTypeWxCard + func Send(clt *core.Client, msg interface{}) (rslt *mass.Result, err error) + type Image struct + Image struct{ ... } + func NewImage(mediaId string) *Image + type MsgHeader struct + Filter struct{ ... } + MsgType core.MsgType + type News struct + News struct{ ... } + func NewNews(mediaId string) *News + type Text struct + Text struct{ ... } + func NewText(content string) *Text + type Video struct + Video struct{ ... } + func NewVideo(mediaId string) *Video + type Voice struct + Voice struct{ ... } + func NewVoice(mediaId string) *Voice + type WxCard struct + WxCard struct{ ... } + func NewWxCard(cardId, cardExt string) *WxCard