mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-02-25 02:00:11 +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;
|
||
|
}
|