package com.discord.stores; import com.discord.utilities.lazy.memberlist.ChannelMemberList; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: StoreChannelMembers.kt */ public final class StoreChannelMembers$observeChannelMemberList$1 extends o implements Function0 { public final /* synthetic */ long $channelId; public final /* synthetic */ long $guildId; public final /* synthetic */ StoreChannelMembers this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreChannelMembers$observeChannelMemberList$1(StoreChannelMembers storeChannelMembers, long j, long j2) { super(0); this.this$0 = storeChannelMembers; this.$guildId = j; this.$channelId = j2; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ChannelMemberList mo1invoke() { return this.this$0.getChannelMemberList(this.$guildId, this.$channelId); } }