package com.discord.stores; import com.discord.api.channel.Channel; import d0.t.u; import d0.z.d.m; import j0.k.b; import java.util.List; /* compiled from: StoreInviteSettings.kt */ public final class StoreInviteSettings$generateInviteDefaultChannel$3 implements b, Long> { public static final StoreInviteSettings$generateInviteDefaultChannel$3 INSTANCE = new StoreInviteSettings$generateInviteDefaultChannel$3(); public final Long call(List list) { m.checkNotNullExpressionValue(list, "it"); Channel channel = (Channel) u.firstOrNull((List) list); if (channel != null) { return Long.valueOf(channel.h()); } return null; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public /* bridge */ /* synthetic */ Long call(List list) { return call((List) list); } }