philia
    Preparing search index...

    图片消息

    interface Image {
        data: { type?: "flash" } & {
            cache?: "0" | "1";
            file: string;
            proxy?: "0" | "1";
            timeout?: string;
            url?: string;
        };
        type: "image";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { type?: "flash" } & {
        cache?: "0" | "1";
        file: string;
        proxy?: "0" | "1";
        timeout?: string;
        url?: string;
    }

    消息数据

    Type declaration

    • Optionaltype?: "flash"

      闪照

    • Optionalcache?: "0" | "1"

      以下仅发送

    • file: string

      接收为文件名,发送支持路径(file://)、URL(http://)、Base64(base64://)

    • Optionalproxy?: "0" | "1"
    • Optionaltimeout?: string
    • Optionalurl?: string

      以下仅接收

    type: "image"

    消息类型