package com.discord.stores; import com.discord.models.domain.ModelGuildMemberListUpdate; import com.discord.utilities.lazy.memberlist.MemberListRow; import d0.z.d.m; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: StoreChannelMembers.kt */ public final class StoreChannelMembers$handleGuildMemberListUpdate$2 extends o implements Function1 { 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$handleGuildMemberListUpdate$2(StoreChannelMembers storeChannelMembers, long j) { super(1); this.this$0 = storeChannelMembers; this.$guildId = j; } public final MemberListRow invoke(ModelGuildMemberListUpdate.Group group) { m.checkNotNullParameter(group, "it"); return StoreChannelMembers.access$makeGroup(this.this$0, this.$guildId, group); } }