• Get a Forum with a specific id, as well as its Forum.Topics!

    Parameters

    • this: API
    • forum_id: number

      The id of the Forum you want to get

    Returns Promise<
        {
            forum: WithSubforums2;
            pinned_topics: Forum.Topic[];
            topics: Forum.Topic[];
        },
    >

    An object with the Forum, its topics, and the topics pinned in it