Versions in this module Expand all Collapse all v0 v0.0.2 May 25, 2023 v0.0.1 May 23, 2023 Changes in this version + type DingBot struct + Msg DingBotReceiveMessage + func New(msg DingBotReceiveMessage) *DingBot + func (d *DingBot) SendMessage(mtype MsgType, msg string) (err error) + type DingBotContent struct + DownloadCode string + type DingBotLink struct + MessageUrl string + PicUrl string + Text string + Title string + type DingBotMarkdown struct + Text string + Title string + type DingBotReceiveMessage struct + AtUsers []struct{ ... } + ChatbotUserID string + Content DingBotContent + ConversationID string + ConversationTitle string + ConversationType string + CreateAt int64 + IsAdmin bool + IsInAtList bool + MsgID string + MsgType string + RobotCode string + SenderID string + SenderNick string + SenderStaffID string + SessionWebhook string + SessionWebhookExpiredTime int64 + Text DingBotText + type DingBotResponse struct + ErrCode int + ErrMsg string + type DingBotSendAt struct + AtMobiles []string + AtUserIds []string + IsAtAll bool + type DingBotSendMessage struct + At DingBotSendAt + Markdown DingBotMarkdown + MsgType string + Text DingBotText + type DingBotText struct + Content string + type MsgType string + const MSG_MD + const MSG_TEXT