Skip to content

Commit f75ce67

Browse files
committed
Update: /api/v1/msg
1 parent b9e5443 commit f75ce67

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/api/v1/msg.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ message send_message_send {
5858
string temp_text2 = 16; // 未知
5959
string temp_text3 = 17; // 未知
6060
uint64 file_size = 18; // 欲发送文件大小
61-
string video_key = 19; // 欲发送视频key
62-
string audio_key = 21; // 语音key
61+
string video = 19; // 欲发送视频key/url(123.mp4)
62+
string audio = 21; // 语音key/url(123.m4a)
6363
uint64 audio_time = 22; // 语音秒数
6464
string temp_text4 = 23; // 未知
6565
uint64 temp_code1 = 24; // 未知
66+
uint64 sticker_item_id = 25; // 表情ID
67+
uint64 sticker_pack_id = 26; // 表情包ID
6668
string room_name = 29; // 语音房间发送显示信息的文本
6769
}
6870
uint64 msg_type = 6; // 信息类别,1-文本,2-图片,3-markdown,4-文件,5-表单,6-文章,7-表情,8-html,11-语音,13-语音通话

0 commit comments

Comments
 (0)