package com.discord.widgets.guildcommunicationdisabled.start; import com.discord.analytics.generated.events.network_action.TrackNetworkActionUserCommunicationDisabledUpdate; import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: WidgetEnableGuildCommunication.kt */ public final class WidgetEnableGuildCommunication$handleEnableGuildCommunication$1 extends o implements Function1 { public final /* synthetic */ long $guildId; public final /* synthetic */ long $userId; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetEnableGuildCommunication$handleEnableGuildCommunication$1(long j, long j2) { super(1); this.$guildId = j; this.$userId = j2; } public final TrackNetworkMetadataReceiver invoke(Void r7) { return new TrackNetworkActionUserCommunicationDisabledUpdate(Long.valueOf(this.$guildId), Long.valueOf(this.$userId), null, null, null); } }