philia
    Preparing search index...

    链接分享消息

    interface Share {
        data: { content?: string; image?: string; title: string; url: string };
        type: "share";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { content?: string; image?: string; title: string; url: string }

    消息数据

    Type declaration

    • Optionalcontent?: string

      以下仅发送,描述

    • Optionalimage?: string

      图片链接

    • title: string
    • url: string
    type: "share"

    消息类型