philia
    Preparing search index...

    视频消息段

    interface IncomingVideo {
        data: { resource_id: string; temp_url: string };
        type: "video";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { resource_id: string; temp_url: string }

    结构体

    Type declaration

    • resource_id: string

      资源ID

    • temp_url: string

      临时URL

    type: "video"

    类型标识符