We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfdd1a commit 42570b7Copy full SHA for 42570b7
1 file changed
src/api/v1/msg.md
@@ -195,12 +195,12 @@ message list_message_by_seq {
195
string sticker_url = 9; // 表情URL
196
string post_id = 10; // 文章ID
197
string post_title = 11; // 文章标题
198
- uint64 post_content = 12; // 文章内容
+ string post_content = 12; // 文章内容
199
string post_content_type = 13; // 文章类型
200
string expression_id = 15; // 个人表情ID(不知道为啥为STR)
201
uint64 file_size = 18; // 文件/图片大小(字节)
202
string video_url = 19; // 视频URL
203
- string audio_url = 21; // 编辑时间
+ string audio_url = 21; // 语音URL
204
uint64 audio_time = 22; // 语音时长
205
uint64 sticker_item_id = 25; // 表情ID
206
uint64 sticker_pack_id = 26; // 表情包ID
0 commit comments