Interface GETForumTopicsQuery

interface GETForumTopicsQuery {
    before?: string;
    limit?: string;
}

Properties

Properties

before?: string

An ISO 8601 timestamp that will be used to filter out results for the current page

limit?: string

The max size of the page (default 25; min 1; max 100)