GC-Proto/proto/ChatChannelUpdateNotify.proto

15 lines
269 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatChannelInfo.proto";
// Name: EILDECDLMJF
// CmdId: 4957
message ChatChannelUpdateNotify {
uint32 channel_id = 2;
ChatChannelInfo channel_info = 14;
bool is_create = 10;
}