tieba.js
    Preparing search index...

    Interface UserPost

    展平后的用户发帖记录。

    interface UserPost {
        affiliated: boolean;
        cid: string;
        content: string;
        createTime: number;
        forumId: number;
        forumName: string;
        postId: string;
        replyTo?: string;
        threadId: string;
        title: string;
    }
    Index

    Properties

    affiliated: boolean

    是否是楼中楼回复

    cid: string

    内容级别的帖子 ID

    content: string

    回复文本内容

    createTime: number

    发帖时间(unix 秒)

    forumId: number
    forumName: string
    postId: string
    replyTo?: string

    楼中楼中回复的目标用户名

    threadId: string
    title: string