From 076712a93152c69c7f5437392267925d897a6e63 Mon Sep 17 00:00:00 2001 From: z0z0r4 Date: Mon, 19 Jun 2023 13:42:05 +0800 Subject: [PATCH] Update dm.proto (#712) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 者 --- grpc_api/bilibili/community/service/dm/v1/dm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc_api/bilibili/community/service/dm/v1/dm.proto b/grpc_api/bilibili/community/service/dm/v1/dm.proto index f5d6e9d..23074f2 100644 --- a/grpc_api/bilibili/community/service/dm/v1/dm.proto +++ b/grpc_api/bilibili/community/service/dm/v1/dm.proto @@ -202,7 +202,7 @@ message DanmakuElem { int32 fontsize = 4; // 弹幕颜色 uint32 color = 5; - // 发送着mid hash + // 发送者mid hash string midHash = 6; // 弹幕正文 string content = 7;