package com.discord.api.thread; /* compiled from: ThreadMemberFlags.kt */ public final class ThreadMemberFlags { public static final int ALL_MESSAGES = 2; public static final int HAS_INTERACTED = 1; public static final ThreadMemberFlags INSTANCE = new ThreadMemberFlags(); public static final int NO_MESSAGES = 8; public static final int ONLY_MENTIONS = 4; }