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

    Interface MessageEmbedFieldResponse

    interface MessageEmbedFieldResponse {
        inline: boolean;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    inline: boolean
    name: string
    value: string