philia
    Preparing search index...

    图片消息段

    interface OutgoingImage {
        data: { sub_type: "normal" | "sticker"; summary?: string; uri: string };
        type: "image";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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

    结构体

    Type declaration

    • sub_type: "normal" | "sticker"

      图片类型

    • Optionalsummary?: string

      图片预览文本

    • uri: string

      文件 URI,支持 file:// http(s):// base64:// 三种格式

    type: "image"

    类型标识符