package com.discord.utilities.guildscheduledevent; import com.discord.api.channel.Channel; import com.discord.stores.StoreChannels; import com.discord.stores.StorePermissions; import d0.z.d.o; import java.util.List; import kotlin.jvm.functions.Function0; /* compiled from: GuildScheduledEventUtilities.kt */ public final class GuildScheduledEventUtilities$Companion$observeGuildScheduledEventCreatableChannelsForGuild$1 extends o implements Function0> { public final /* synthetic */ StoreChannels $channelsStore; public final /* synthetic */ long $guildId; public final /* synthetic */ StorePermissions $permissionsStore; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public GuildScheduledEventUtilities$Companion$observeGuildScheduledEventCreatableChannelsForGuild$1(long j, StoreChannels storeChannels, StorePermissions storePermissions) { super(0); this.$guildId = j; this.$channelsStore = storeChannels; this.$permissionsStore = storePermissions; } /* Return type fixed from 'java.util.List' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final List mo1invoke() { return GuildScheduledEventUtilities.Companion.getGuildScheduledEventCreatableChannelsForGuild(this.$guildId, this.$channelsStore, this.$permissionsStore); } }