# Functions
No description provided by the author
# Constants
No description provided by the author
# Structs
响应内容///////////////////////////////////*
* 发送消息返回消息对象
*/.
*
* 批量,用于发送Markdown消息
* RecvId 为接收消息的用户ID或者群ID
* RecvType 取值group、user
*/.
*
* 批量,发送消息结构体
*/.
*
* 批量,用于发送文本消息
* RecvId 为接收消息的用户ID或者群ID
* RecvType 取值group、user
* Buttons 取值[]Button或[][]Button
*/.
*
* 机器人看板展示结构体
*/.
*
* text 按钮上的文字
* actionType 1: 跳转URL; 2: 复制; 3: 点击汇报
* url 当actionType为1时使用
* value 当actionType为2时,该值会复制到剪贴板; 当actionType为3时,该值会发送给订阅端
*/.
*
* 单条,编辑消息结构体
*/.
*
* 单条,用于编辑文本消息
* RecvId 为消息的用户ID或者群ID
* RecvType 取值group、user
*/.
*
* 单条,用于发送Markdown消息
* RecvId 为接收消息的用户ID或者群ID
* RecvType 取值group、user
*/.
No description provided by the author
*
* 单条,发送消息结构体
*/.
*
* 单条,用于发送文本消息
* RecvId 为接收消息的用户ID或者群ID
* RecvType 取值group、user
* Buttons 取值[]Button或[][]Button
*/.