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