discord-jadx/app/src/main/java/com/discord/stores/StoreApplicationInteraction...

32 lines
1.6 KiB
Java

package com.discord.stores;
import com.discord.models.commands.ApplicationCommandLocalSendData;
import com.discord.models.message.Message;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationInteractions.kt */
public final class StoreApplicationInteractions$resendApplicationCommand$1 extends o implements Function0<Unit> {
public final /* synthetic */ Message $message;
public final /* synthetic */ String $nonce;
public final /* synthetic */ ApplicationCommandLocalSendData $updatedSendData;
public final /* synthetic */ StoreApplicationInteractions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationInteractions$resendApplicationCommand$1(StoreApplicationInteractions storeApplicationInteractions, Message message, String str, ApplicationCommandLocalSendData applicationCommandLocalSendData) {
super(0);
this.this$0 = storeApplicationInteractions;
this.$message = message;
this.$nonce = str;
this.$updatedSendData = applicationCommandLocalSendData;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreApplicationInteractions.access$getStoreMessages$p(this.this$0).deleteLocalMessage(this.$message.getChannelId(), this.$nonce);
StoreApplicationInteractions.handleSendApplicationCommandRequest$default(this.this$0, this.$updatedSendData, null, null, 6, null);
StoreApplicationInteractions.access$removeApplicationCommandSendData(this.this$0, this.$nonce);
}
}