mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 13:30:08 +08:00
9 lines
102 B
Protocol Buffer
9 lines
102 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pgc.biz;
|
|
|
|
//
|
|
message RoomProto {
|
|
//
|
|
repeated string room_id = 1;
|
|
} |