We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf76e12 commit 6ff1ec5Copy full SHA for 6ff1ec5
1 file changed
src/api/v1/msg.md
@@ -49,7 +49,7 @@ message send_message_send {
49
string msg_text = 1; // 信息文本
50
string file_name = 4; // 欲发送文件名称
51
string file_key = 5; // 欲发送文件key
52
- string mentioned_id = 6; // @用户ID
+ string mentioned_id = 6; // @用户ID,可重复多个本属性
53
string temp_text1 = 7; // 未知
54
string quote_msg_text = 8; // 引用信息文本
55
string image_key = 9; // 欲发送图片key
0 commit comments