package com.discord.api.message.attachment; import d0.t.n; import java.util.List; /* compiled from: MessageAttachment.kt */ public final class MessageAttachmentKt { private static final List IMAGE_MIME_TYPES = n.listOf((Object[]) new String[]{".jpeg", ".jpg", ".gif", ".png", ".bmp", ".webp"}); private static final List VIDEO_MIME_TYPES = n.listOf((Object[]) new String[]{".webm", ".mov", ".mpeg", ".mpg", ".mp4"}); public static final List a() { return IMAGE_MIME_TYPES; } public static final List b() { return VIDEO_MIME_TYPES; } }