discord-jadx/app/src/main/java/com/discord/stores/StoreMessageReactions$obser...

29 lines
1.2 KiB
Java

package com.discord.stores;
import com.discord.api.message.reaction.MessageReactionEmoji;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreMessageReactions.kt */
public final class StoreMessageReactions$observeMessageReactions$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ MessageReactionEmoji $emoji;
public final /* synthetic */ long $messageId;
public final /* synthetic */ StoreMessageReactions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMessageReactions$observeMessageReactions$1(StoreMessageReactions storeMessageReactions, long j, long j2, MessageReactionEmoji messageReactionEmoji) {
super(0);
this.this$0 = storeMessageReactions;
this.$channelId = j;
this.$messageId = j2;
this.$emoji = messageReactionEmoji;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreMessageReactions.access$fetchReactions(this.this$0, this.$channelId, this.$messageId, this.$emoji);
}
}