syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChatInfo.proto";
// CmdId: 4999
// EnetChannelId: 0
// EnetIsReliable: true
message PullRecentChatRsp {
int32 retcode = 13;
repeated ChatInfo chat_info = 12;
}