bilibili-API-collect/proto/pgc/biz.proto
2025-05-03 23:29:04 +08:00

11 lines
106 B
Protocol Buffer

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