/// <summary> /// 解除群组全员禁言 /// </summary>s public async ValueTask <ApiStatus> DisableGroupMute() { return(await SoraApi.DisableGroupMute(Id)); }