bilibili-API-collect/grpc_api/pgc/biz/room.proto

9 lines
102 B
Protocol Buffer
Raw Normal View History

2022-02-05 18:34:14 +08:00
syntax = "proto3";
package pgc.biz;
//
message RoomProto {
//
repeated string room_id = 1;
}