25 lines
391 B
Protocol Buffer
25 lines
391 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package replay;
|
|
|
|
message ChatType {
|
|
int32 value = 1;
|
|
}
|
|
|
|
message ContinuationEntity {
|
|
string header = 3;
|
|
int64 timestamp = 5;
|
|
int32 s6 = 6;
|
|
int32 s7 = 7;
|
|
int32 s8 = 8;
|
|
int32 s9 = 9;
|
|
string s10 = 10;
|
|
int32 s12 = 12;
|
|
ChatType chattype = 14;
|
|
int32 s15 = 15;
|
|
}
|
|
|
|
message Continuation {
|
|
ContinuationEntity entity = 156074452;
|
|
}
|