Documentation
¶
Overview ¶
更为具体的参数说明,请查看 https://work.weixin.qq.com/api/doc/90000/90136/91770
Index ¶
- Variables
- func LoadBotsFromFile(path string) error
- func Send(key, msgType, content string, mentionedList, mentionedMobileList []string) (*http.Response, error)
- func SendByte(key string, jsonByte []byte) (*http.Response, error)
- func SendImage(key, base64, md5 string) (*http.Response, error)
- func SendMarkdown(key, markdown string) (*http.Response, error)
- func SendNews(key string, articles []Article) (*http.Response, error)
- func SendText(key, content string, mentionedList, mentionedMobileList []string) (*http.Response, error)
- type Article
- type Bot
- func (b Bot) Send(msgType, content string, mentionedList, mentionedMobileList []string) (*http.Response, error)
- func (b Bot) SendImage(base64, md5 string) (*http.Response, error)
- func (b Bot) SendMarkdown(markdown string) (*http.Response, error)
- func (b Bot) SendNews(articles []Article) (*http.Response, error)
- func (b Bot) SendText(content string, mentionedList, mentionedMobileList []string) (*http.Response, error)
- type H
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Bots map[string]Bot
)
Functions ¶
func LoadBotsFromFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.