package com.discord.stores; import com.discord.models.message.Message; import com.discord.stores.StorePinnedMessages; import d0.t.n; import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: StorePinnedMessages.kt */ public final class StorePinnedMessages$observePinnedMessage$1 extends o implements Function0 { public final /* synthetic */ long $channelId; public final /* synthetic */ long $messageId; public final /* synthetic */ StorePinnedMessages this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StorePinnedMessages$observePinnedMessage$1(StorePinnedMessages storePinnedMessages, long j, long j2) { super(0); this.this$0 = storePinnedMessages; this.$channelId = j; this.$messageId = j2; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Message mo1invoke() { List list = (List) StorePinnedMessages.access$getPinnedMessages$p(this.this$0).get(Long.valueOf(this.$channelId)); if (list == null) { list = n.emptyList(); } return StorePinnedMessages.Companion.access$getMessage(StorePinnedMessages.Companion, list, this.$messageId); } }