Hierarchy

  • WebhookEmbed

Constructors

Properties

author: null | {
    iconURL: null | string;
    name: null | string;
    proxyIconURL: null | string;
    url: null | string;
}
color: null | number
description: null | string
fields: {
    inline: null | boolean;
    name: string;
    value: string;
}[]
footer: null | {
    iconURL: null | string;
    proxyIconURL: null | string;
    text: string;
}
provider: null | {
    name: null | string;
    url: null | string;
}
thumbnail: null | APIWebhookEmbedMediaData
timestamp: null | number
timestampString: null | string
title: null | string
url: null | string

Methods

Generated using TypeDoc