package com.discord.widgets.guildscheduledevent; import c0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */ public final class WidgetGuildScheduledEventListBottomSheet$channelId$2 extends o implements Function0 { public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetGuildScheduledEventListBottomSheet$channelId$2(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) { super(0); this.this$0 = widgetGuildScheduledEventListBottomSheet; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Long mo17invoke() { long j = this.this$0.requireArguments().getLong("com.discord.intent.extra.EXTRA_CHANNEL_ID", -1); if (j == -1) { return null; } return Long.valueOf(j); } }