EmbedType

https://discord.com/developers/docs/resources/channel#embed-object-embed-types

Signature

export declare enum EmbedType {    Rich = "rich",    Image = "image",    Video = "video",    GIFV = "gifv",    Article = "article",    Link = "link",    PollResult = "poll_result",    AutoModerationMessage = "auto_moderation_message"}

Members

This export does not declare public properties or methods in the generated declaration file.