Versions in this module Expand all Collapse all v2 v2.1.7 Aug 26, 2024 v2.1.7-rc.1 Apr 23, 2024 v2.1.6 Nov 2, 2023 v2.1.6-rc.2 Sep 24, 2023 v2.1.6-rc.1 Jun 30, 2023 v2.1.5 May 16, 2023 v2.1.5-rc.2 Apr 18, 2023 v2.1.5-rc.1 Nov 17, 2022 v2.1.4 Oct 12, 2022 Changes in this version + const WebhookSendURL + type CardAction struct + Appid string + PagePath string + Type int + URL string + type CardContent struct + KeyName string + MediaID string + Type int + URL string + UserID string + Value string + type CardQuoteArea struct + Appid string + Pagepath string + QuoteText string + Title string + Type int + URL string + type CardSource struct + Desc string + DescColor int + IconURL string + type CardTitle struct + Desc string + Title string + type Client struct + func NewClient(ctx *context.Context) *Client + func (r *Client) RobotBroadcast(webhookKey string, options interface{}) (info util.CommonError, err error) + type JumpContent struct + AppID string + PagePath string + Title string + Type int + URL string + type TemplateCard struct + CardAction CardAction + CardType string + EmphasisContent CardTitle + HorizontalContentList []CardContent + JumpList []JumpContent + MainTitle CardTitle + QuoteArea CardQuoteArea + Source CardSource + SubTitleText string + type WebHookSendTempNoticeOption struct + MsgType string + TemplateCard TemplateCard + type WebhookSendFileOption struct + File struct{ ... } + MsgType string + type WebhookSendImageOption struct + Image struct{ ... } + MsgType string + type WebhookSendMarkdownOption struct + Markdown struct{ ... } + MsgType string + type WebhookSendNewsOption struct + MsgType string + News struct{ ... } + type WebhookSendResponse struct + type WebhookSendTextOption struct + MsgType string + Text struct{ ... } v2.1.4-rc.2 Oct 10, 2022