Future<bool> isMemberInGroupMuteList(String groupId) async { return Client.instance.groupManager.isMemberInGroupMuteList(groupId); }