mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-29 13:20:09 +08:00
12 lines
162 B
Protocol Buffer
12 lines
162 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.broadcast.message.note;
|
|
|
|
//
|
|
message Sync {
|
|
// 笔记id
|
|
int64 note_id = 1;
|
|
// 唯一标示
|
|
string hash = 2;
|
|
}
|