syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; // 4.6.0 // CmdId: 6815 message ChatChannelShieldNotify { uint32 channel_id = 6; bool is_shield = 8; }