philia
    Preparing search index...

    视频消息段

    interface OutgoingVideo {
        data: { thumb_uri?: string; uri: string };
        type: "video";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { thumb_uri?: string; uri: string }

    结构体

    Type declaration

    • Optionalthumb_uri?: string

      封面图片 URI

    • uri: string

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

    type: "video"

    类型标识符