Skip to content

文本消息结构

Type: text

Data 字段类型说明
textstring文本内容

样例:

JSON
{
    "type": "text",
    "data": {
        "text": "这是文本内容"
    }
}