namespace NapCatRobotClient.Service.Group.Service { public interface IGroupService { /// /// 处理群消息 /// /// /// public TaskProcessGroupRequest(string message); } }