package com.discord.widgets.chat.input; import com.lytefast.flexinput.model.Attachment; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: WidgetChatInputAttachments.kt */ public final class WidgetChatInputAttachments$addExternalAttachment$1 extends o implements Function0 { public final /* synthetic */ Attachment $attachment; public final /* synthetic */ WidgetChatInputAttachments this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChatInputAttachments$addExternalAttachment$1(WidgetChatInputAttachments widgetChatInputAttachments, Attachment attachment) { super(0); this.this$0 = widgetChatInputAttachments; this.$attachment = attachment; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).f(this.$attachment); } }