fetchForumBoard

open suspend fun fetchForumBoard(boardId: Int, page: Int = 1, threadAge: Int? = null): TibiaResponse<ForumBoard?>(source)

Fetches a board from the Tibia.com forum.

Parameters

threadAge

The maximum age of displayed threads. A value of -1 means no limit. Null means the server limit will be used.