chat_proto/proto/umbra/common_frames.proto

10 lines
139 B
Protocol Buffer
Raw Normal View History

2025-06-25 16:12:43 -07:00
syntax = "proto3";
package umbra.common_frames;
message ContentFrame {
uint32 domain = 1;
uint32 tag = 2;
bytes bytes = 3;
2025-07-04 13:36:36 -07:00
}