@osynicite/osynic-osuapi
    Preparing search index...

    Interface ForumTopic

    interface ForumTopic {
        created_at: string;
        deleted_at: string;
        first_post_id: number;
        forum_id: number;
        id: number;
        is_locked: boolean;
        last_post_id: number;
        poll: Poll;
        post_count: number;
        title: string;
        type: string;
        updated_at: string;
        user_id: number;
    }
    Index

    Properties

    created_at: string
    deleted_at: string

    first_post_id

    first_post_id: number
    forum_id: number
    id: number
    is_locked: boolean

    last_post_id

    last_post_id: number
    poll: Poll

    post_count

    post_count: number
    title: string
    type: string
    updated_at: string
    user_id: number