@typed-discord/rest
    Preparing search index...

    Interface RichEmbedAuthor

    interface RichEmbedAuthor {
        icon_url?: string | null;
        name?: string | null;
        url?: string | null;
    }
    Index

    Properties

    Properties

    icon_url?: string | null
    name?: string | null
    url?: string | null