package com.discord.widgets.chat.list.sheet; import com.discord.api.commands.ApplicationCommandValue; import d0.z.d.m; import d0.z.d.o; import java.util.Map; import kotlin.jvm.functions.Function1; /* compiled from: WidgetApplicationCommandBottomSheet.kt */ public final class WidgetApplicationCommandBottomSheetKt$toSlashCommandCopyString$2 extends o implements Function1 { public final /* synthetic */ Map $commandValues; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetApplicationCommandBottomSheetKt$toSlashCommandCopyString$2(Map map) { super(1); this.$commandValues = map; } public final CharSequence invoke(ApplicationCommandValue applicationCommandValue) { m.checkNotNullParameter(applicationCommandValue, "it"); return WidgetApplicationCommandBottomSheetKt.toSlashCommandCopyString(applicationCommandValue, this.$commandValues); } }