Ⓙ Jike SDK
    Preparing search index...

    Interface OriginalPost

    原帖

    interface OriginalPost {
        collected: boolean;
        collectTime: null | string;
        commentCount: number;
        content: string;
        createdAt: string;
        enablePictureComments: boolean;
        id: string;
        isCommentForbidden: boolean;
        isFeatured: boolean;
        likeCount: number;
        liked?: boolean;
        likeIcon?: string;
        linkInfo?: LinkInfo;
        pictures?: Picture[];
        readTrackInfo: ReadTrackInfo;
        repostable: boolean;
        repostCount: number;
        rollouts?: Rollouts;
        scrollingSubtitles?: ScrollingSubtitle[];
        shareCount: number;
        status: PostStatus;
        topic?: Topic;
        type: "ORIGINAL_POST";
        urlsInText: UrlsInText[];
        user: User;
        video?: Video;
    }

    Hierarchy (View Summary)

    Index

    Properties

    collected: boolean

    是否收藏

    collectTime: null | string

    收藏时间

    commentCount: number

    评论数

    content: string

    内容

    createdAt: string

    ISO-8601 格式,如 2015-03-04T00:00:00.000Z

    enablePictureComments: boolean
    id: string
    isCommentForbidden: boolean

    是否禁止评论

    isFeatured: boolean
    likeCount: number

    点赞数

    liked?: boolean

    是否点赞

    likeIcon?: string

    点赞按钮

    linkInfo?: LinkInfo

    链接

    pictures?: Picture[]

    图片

    readTrackInfo: ReadTrackInfo

    阅读时的 track 信息

    repostable: boolean

    是否可转发

    repostCount: number

    转发数

    rollouts?: Rollouts
    scrollingSubtitles?: ScrollingSubtitle[]

    似乎是用户的个性签名

    shareCount: number

    分享数

    status: PostStatus

    状态

    topic?: Topic

    圈子

    type: "ORIGINAL_POST"
    urlsInText: UrlsInText[]
    user: User

    用户

    video?: Video

    视频