@theophilusdev/conduit
    Preparing search index...

    Interface ConduitMessageBody

    interface ConduitMessageBody {
        attachment?: ReadableStream | ReadableStream[];
        body?: string;
        emoji?: string;
        emojiSize?: "small" | "medium" | "large";
        mentions?: { fromIndex?: number; id: string; tag: string }[];
        sticker?: string;
        url?: string;
    }
    Index

    Properties

    attachment?: ReadableStream | ReadableStream[]
    body?: string
    emoji?: string
    emojiSize?: "small" | "medium" | "large"
    mentions?: { fromIndex?: number; id: string; tag: string }[]
    sticker?: string
    url?: string