syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "ChatChannelInfo.proto"; // CmdId: 4962 // Name: LNMDKMAKDPA message ChatChannelDataNotify { repeated ChatChannelInfo channel_info_list = 15; repeated uint32 channel_list = 5; }