mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2026-05-08 03:07:42 +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;
|
|
}
|