mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-02-04 08:10:09 +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;
|
|
}
|