bilibili-API-collect/grpc_api/pgc/biz/room.proto
2022-02-05 18:34:14 +08:00

9 lines
102 B
Protocol Buffer

syntax = "proto3";
package pgc.biz;
//
message RoomProto {
//
repeated string room_id = 1;
}