package com.discord.stores; import com.discord.stores.StoreMessageAck; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreMessageAck.kt */ public final /* synthetic */ class StoreMessageAck$postPendingAck$3 extends k implements Function1 { public final /* synthetic */ StoreMessageAck$postPendingAck$1 $postChannelMessagesAck$1; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreMessageAck$postPendingAck$3(StoreMessageAck$postPendingAck$1 storeMessageAck$postPendingAck$1) { super(1, null, "postChannelMessagesAck", "invoke(Lcom/discord/stores/StoreMessageAck$PendingAck;)V", 0); this.$postChannelMessagesAck$1 = storeMessageAck$postPendingAck$1; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Unit invoke(StoreMessageAck.PendingAck pendingAck) { invoke(pendingAck); return Unit.a; } public final void invoke(StoreMessageAck.PendingAck pendingAck) { m.checkNotNullParameter(pendingAck, "p1"); this.$postChannelMessagesAck$1.invoke(pendingAck); } }