返回提交历史
Modified
grpc_api/bilibili/main/community/reply/v1/reply.proto
+14
-0
XFEstudio/bilibili-API-collect
增加视频评论 `grpc` 接口中图片相关字段 (#565)
* 更新 `契约` 相关 proto 目录结构 * 增加视频评论`grpc`接口中图片相关字段
befb9d3
代码差异
1 个文件
+14
-0
@@ -113,6 +113,20 @@ message Content {
113
113
map<string, int64> at_name_to_mid = 7;
114
114
// 富文本
115
115
RichText rich_text = 8;
116
// 评论图片
117
repeated Picture pictures = 9;
118
}
119
120
// 图片信息
121
message Picture {
122
// 图片URL
123
string img_src = 1;
124
// 图片宽度
125
double img_width = 2;
126
// 图片高度
127
double img_height = 3;
128
// 图片大小,单位KB
129
double img_size = 4;
116
130
}
117
131
118
132
// 页面游标回复