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