We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560ce08 commit 81dffa8Copy full SHA for 81dffa8
1 file changed
src/api/wss/chat-ws-go.jwzhd.com.md
@@ -170,6 +170,7 @@ message push_message {
170
string image_url = 3;
171
string file_name = 4;
172
string file_url = 5;
173
+ string form = 7; // 表单消息
174
string quote_msg_text = 8; // 引用消息文字
175
string sticker_url = 9; // 表情URL
176
string post_id = 10; // 文章ID
0 commit comments