Skip to content

Commit 44b0a2f

Browse files
committed
Update msg.md
更新了API
1 parent ab4e499 commit 44b0a2f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/api/v1/msg.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ message send_message_send {
5757
string form = 7; // 表单消息
5858
string quote_msg_text = 8; // 引用信息文本
5959
string image = 9; // 欲发送图片key/url(expression/abcdef.jpg)
60-
string post_id = 10;
60+
string post_id = 10; // 文章ID
6161
string post_title = 11; // 文章标题
6262
string post_content = 12; // 文章内容
6363
string post_type = 13; // 文章类型:1-文本,2-Markdown
64-
string temp_text2 = 16; // 未知
65-
string temp_text3 = 17; // 未知
64+
string quote_image = 16; // 引用图片直链,https://...
65+
string quote_image_name = 17; // 引用图片名称
6666
uint64 file_size = 18; // 欲发送文件大小
6767
string video = 19; // 欲发送视频key/url(123.mp4)
6868
string audio = 21; // 语音key/url(123.m4a)
6969
uint64 audio_time = 22; // 语音秒数
70-
string temp_text4 = 23; // 未知
71-
uint64 temp_code1 = 24; // 未知
70+
string quote_video = 23; // 引用视频直链,https://...
71+
uint64 quote_video_time = 24; // 引用视频时长
7272
uint64 sticker_item_id = 25; // 表情ID
7373
uint64 sticker_pack_id = 26; // 表情包ID
7474
string room_name = 29; // 语音房间发送显示信息的文本

0 commit comments

Comments
 (0)