chat_proto/proto/wap/common_frames.proto

10 lines
137 B
Protocol Buffer
Raw Normal View History

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