We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa1d38 commit 5f2aaa3Copy full SHA for 5f2aaa3
1 file changed
src/api/v1/msg.md
@@ -716,7 +716,7 @@ msg_id: "123123123123123123" // 信息ID
716
chat_type: 2 // 对象类型, 1-用户 2-群聊 3-机器人
717
chat_id: "123" // 对象ID
718
user_id: "123" // 按钮事件发送者ID
719
-button_text: "测试按钮文本" // 欲点击按钮的文本标题
+button_value: "测试按钮文本" // 欲点击按钮的值
720
```
721
722
::: details ProtoBuf数据结构
@@ -728,7 +728,7 @@ message button_report_send {
728
uint64 chat_type = 3; // 对象类型, 1-用户 2-群聊 3-机器人
729
string chat_id = 4; // 对象ID
730
string user_id = 5; // 按钮事件发送者ID
731
- string button_text = 6; // 欲点击按钮的文本标题
+ string button_value = 6; // 欲点击按钮的值
732
}
733
734
0 commit comments