/// <summary> /// 退出群 /// </summary> public async ValueTask <ApiStatus> LeaveGroup() { return(await SoraApi.LeaveGroup(Id)); }