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