bilibili-API-collect/grpc_api/bilibili/render/render.proto
Northern_Lights da24448000
Some checks failed
deploy and publish / build-and-deploy (push) Has been cancelled
revert 7809924e2d
revert delete all
2026-01-29 09:03:04 +00:00

17 lines
251 B
Protocol Buffer

syntax = "proto3";
package bilibili.render;
import "google/protobuf/any.proto";
//
message Render {
//
int64 code = 1;
//
string message = 2;
//
string ttl = 3;
//
google.protobuf.Any data = 4;
}