bilibili-API-collect/grpc_api/bilibili/broadcast/message/note/sync.proto
2021-07-06 21:28:36 +08:00

12 lines
162 B
Protocol Buffer

syntax = "proto3";
package bilibili.broadcast.message.note;
//
message Sync {
// 笔记id
int64 note_id = 1;
// 唯一标示
string hash = 2;
}