discord-jadx/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitie...

30 lines
1.5 KiB
Java

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<List<? extends Channel>> {
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<com.discord.api.channel.Channel>' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final List<? extends Channel> mo1invoke() {
return GuildScheduledEventUtilities.Companion.getGuildScheduledEventCreatableChannelsForGuild(this.$guildId, this.$channelsStore, this.$permissionsStore);
}
}