Torn API Client
    Preparing search index...

    Type Alias ForumFeed

    type ForumFeed = {
        is_seen: boolean;
        post_id: ForumPostId;
        text: string;
        thread_id: ForumThreadId;
        timestamp: number;
        title: string;
        type: ForumFeedTypeEnum;
        user: ForumThreadAuthor;
    }
    Index

    Properties

    is_seen: boolean

    post_id

    post_id: ForumPostId
    text: string
    thread_id: ForumThreadId
    timestamp: number
    title: string