Ⓙ Jike SDK
    Preparing search index...

    Interface StoryVideo

    interface StoryVideo {
        duration: number;
        height: number;
        image: { format: string; picUrl: string; thumbnailUrl: string };
        type: string;
        width: number;
    }
    Index

    Properties

    duration: number
    height: number
    image: { format: string; picUrl: string; thumbnailUrl: string }
    type: string
    width: number