Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupRobotResponse ¶
type GroupRobotResponse struct { Extra interface{} `json:"Extra"` StatusCode int `json:"StatusCode"` StatusMessage string `json:"StatusMessage"` }
GroupRobotResponse 群机器人响应体
type MsgTypeImage ¶
type MsgTypeImage struct {
ImageKey string `json:"image_key"`
}
MsgTypeImage 图片消息
type MsgTypeInteractive ¶
type MsgTypeInteractive struct { Config map[string]interface{} `json:"config"` Elements interface{} `json:"elements"` Header interface{} `json:"header"` }
MsgTypeInteractive 消息卡片
type MsgTypePost ¶
MsgTypePost 富文本消息
Click to show internal directories.
Click to hide internal directories.