Hierarchy

Constructors

Properties

_media?: {
    height: number;
    size?: "Large" | "Preview";
    url: string;
    width: number;
}

Type declaration

  • height: number
  • Optional size?: "Large" | "Preview"
  • url: string
  • width: number
client: Client
color?: string
description?: string
iconURL?: string
originalURL?: string
siteName?: string
source: Object
special?: {
    type: "None";
} | {
    type: "GIF";
} | {
    id: string;
    timestamp?: string;
    type: "YouTube";
} | {
    content_type: "Channel";
    id: string;
    type: "Lightspeed";
} | {
    content_type: "Video" | "Channel" | "Clip";
    id: string;
    type: "Twitch";
} | {
    content_type: string;
    id: string;
    type: "Spotify";
} | {
    type: "Soundcloud";
} | {
    content_type: "Album" | "Track";
    id: string;
    type: "Bandcamp";
} | {
    id: string;
    type: "Streamable";
}
title?: string
url?: string
video?: string

Accessors

Methods