pip install --upgrade arizona-forum-api-async
get_threads_from_vote_category ( self , category_id : int , page : int = 1 ) - > Optional [ List [ Dict ] ] get_vote_thread_detail ( self , thread_id : int ) - > Optional [ Dict ] vote_thread ( self , thread_id : int , vote_type : str = 'up' ) - > Optional [ Dict ]