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

    Interface CreateTopicParams

    interface CreateTopicParams {
        body: string;
        forum_id: number;
        forum_topic_poll: ForumTopicPoll;
        title: string;
        with_poll: boolean;
    }
    Index

    Properties

    body: string
    forum_id: number
    forum_topic_poll: ForumTopicPoll
    title: string
    with_poll: boolean