mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-03 05:23:08 +00:00
9 lines
138 B
Protocol Buffer
9 lines
138 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package umbra.common_frames;
|
|
|
|
message ContentFrame {
|
|
uint32 domain = 1;
|
|
uint32 tag = 2;
|
|
bytes bytes = 3;
|
|
} |