Модель категории форума и методы для работы с ней
create_thread(title: str, message_html: str, discussion_type: str = "discussion", watch_thread: bool = True)
get_threads(page: int = 1)
get_threads_extended(page: int = 1)
get_categories()
get_parent_category()
set_read()
watch(notify: str = "thread", send_alert: bool = True, send_email: bool = False, stop: bool = False)