package
1.0.0-beta.23
Repository: https://github.com/nyancatda/shionbot.git
Documentation: pkg.go.dev

# Functions

* * @description: 发送频道聊天消息 * @param {int} Type 消息类型 1 文本类型,2 图片消息,3 视频消息,4 文件消息,9 代表 kmarkdown 消息, 10 代表卡片消息 * @param {string} target_id 目标频道id * @param {string} content 消息内容 * @param {bool} quote 是否需要回复 * @param {string} quoteID 回复ID * @return {[]byte} * @return {*http.Response} * @return {error} */.
* * @description: 发送私信消息 * @param {int} Type 消息类型 1 文本类型,2 图片消息,3 视频消息,4 文件消息,9 代表 kmarkdown 消息, 10 代表卡片消息 * @param {string} target_id 目标用户id * @param {string} content 消息内容 * @param {bool} quote 是否需要回复 * @param {string} quoteID 回复ID * @return {[]byte} * @return {*http.Response} * @return {error} */.

# Variables

No description provided by the author