niming_backend/protobuf_files/niming.proto.old

7 lines
134 B
Protocol Buffer
Raw Normal View History

2024-11-25 21:51:50 +08:00
syntax = "proto3";
message DataMessage {
string content = 1;
optional int64 ref = 2;
repeated optional bytes files = 3;
}