package com.discord.utilities.channel; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: GuildChannelIconUtils.kt */ public abstract class GuildChannelIconType { /* compiled from: GuildChannelIconUtils.kt */ public static final class Announcements extends GuildChannelIconType { public static final Announcements INSTANCE = new Announcements(); private Announcements() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static abstract class Locked { /* compiled from: GuildChannelIconUtils.kt */ public static final class Announcements extends GuildChannelIconType { public static final Announcements INSTANCE = new Announcements(); private Announcements() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Text extends GuildChannelIconType { public static final Text INSTANCE = new Text(); private Text() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Thread extends GuildChannelIconType { public static final Thread INSTANCE = new Thread(); private Thread() { super(null); } } private Locked() { } } /* compiled from: GuildChannelIconUtils.kt */ public static abstract class NSFW { /* compiled from: GuildChannelIconUtils.kt */ public static final class Announcements extends GuildChannelIconType { public static final Announcements INSTANCE = new Announcements(); private Announcements() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Text extends GuildChannelIconType { public static final Text INSTANCE = new Text(); private Text() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Thread extends GuildChannelIconType { public static final Thread INSTANCE = new Thread(); private Thread() { super(null); } } private NSFW() { } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Text extends GuildChannelIconType { public static final Text INSTANCE = new Text(); private Text() { super(null); } } /* compiled from: GuildChannelIconUtils.kt */ public static final class Thread extends GuildChannelIconType { public static final Thread INSTANCE = new Thread(); private Thread() { super(null); } } private GuildChannelIconType() { } public /* synthetic */ GuildChannelIconType(DefaultConstructorMarker defaultConstructorMarker) { this(); } }