Updated submodule. updated sdk to 14.0.1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user