interface EmbedFooter {
    flags?: number;
    iconURL?: string;
    proxyIconURL?: string;
    text: string;
}

Hierarchy (view full)

Properties

flags?: number

The Embed Media Flags for the media.

iconURL?: string
proxyIconURL?: string
text: string