fetchForumBoard

open suspend override fun fetchForumBoard(boardId: Int, page: Int, threadAge: Int?): 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.