Updated submodule. updated sdk to 14.0.1

This commit is contained in:
cake
2025-12-19 07:22:03 +01:00
parent ee175efe41
commit 116e65b220
5 changed files with 203 additions and 204 deletions

View File

@@ -65,7 +65,6 @@ public partial class ApiController
if (!IsConnected || _lightlessHub is null) return;
await _lightlessHub.InvokeAsync(nameof(SetChatParticipantMute), request).ConfigureAwait(false);
}
public async Task SetBroadcastStatus(bool enabled, GroupBroadcastRequestDto? groupDto = null)
{
CheckConnection();