philia
    Preparing search index...

    图片消息段

    interface IncomingImage {
        data: {
            resource_id: string;
            sub_type: "normal" | "sticker";
            summary?: string;
            temp_url: string;
        };
        type: "image";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: {
        resource_id: string;
        sub_type: "normal" | "sticker";
        summary?: string;
        temp_url: string;
    }

    结构体

    Type declaration

    • resource_id: string

      资源ID

    • sub_type: "normal" | "sticker"

      图片类型

    • Optionalsummary?: string

      图片预览文本

    • temp_url: string

      临时URL

    type: "image"

    类型标识符