mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-02-24 17:50:12 +08:00
9 lines
114 B
Protocol Buffer
9 lines
114 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.broadcast.message.esports;
|
|
|
|
message Notify {
|
|
// cid
|
|
int64 cid = 1;
|
|
}
|