2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
|
|
|
|
2023-04-11 11:18:47 +03:00
|
|
|
// Name: JOFBOBHLMJA
|
2022-11-06 15:30:21 +03:00
|
|
|
message ChatInfo {
|
2023-04-11 11:18:47 +03:00
|
|
|
// Name: BEDECNHGCGK
|
2023-02-28 06:08:38 +03:00
|
|
|
message SystemHint {
|
2023-04-11 11:18:47 +03:00
|
|
|
uint32 type = 12;
|
2023-02-28 06:08:38 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
uint32 to_uid = 4;
|
2023-04-11 11:18:47 +03:00
|
|
|
uint32 time = 15;
|
|
|
|
uint32 LHKGJHPFJKA = 2;
|
|
|
|
uint32 uid = 11;
|
|
|
|
bool is_read = 12;
|
2023-02-28 06:08:38 +03:00
|
|
|
oneof content {
|
2023-04-11 11:18:47 +03:00
|
|
|
string text = 1362;
|
|
|
|
uint32 icon = 451;
|
|
|
|
SystemHint system_hint = 772;
|
2023-02-28 06:08:38 +03:00
|
|
|
}
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|