Enums§
- GetThread
Mention Counts ByChannel Error - struct for typed errors of method
get_thread_mention_counts_by_channel
- GetUser
Thread Error - struct for typed errors of method
get_user_thread
- GetUser
Threads Error - struct for typed errors of method
get_user_threads
- SetThread
Unread ByPost IdError - struct for typed errors of method
set_thread_unread_by_post_id
- Start
Following Thread Error - struct for typed errors of method
start_following_thread
- Stop
Following Thread Error - struct for typed errors of method
stop_following_thread
- Update
Thread Read ForUser Error - struct for typed errors of method
update_thread_read_for_user
- Update
Threads Read ForUser Error - struct for typed errors of method
update_threads_read_for_user
Functions§
- get_
thread_ mention_ counts_ by_ channel - Get all unread mention counts from followed threads Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - get_
user_ thread - Get a thread Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - get_
user_ threads - Get all threads that user is following Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - set_
thread_ unread_ by_ post_ id - Mark a thread that user is following as unread Minimum server version: 6.7 ##### Permissions Must have
read_channel
permission for the channel the thread is in or if the channel is public, have theread_public_channels
permission for the team. Must haveedit_other_users
permission if the user is not the one marking the thread for himself. - start_
following_ thread - Start following a thread Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - stop_
following_ thread - Stop following a thread Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - update_
thread_ read_ for_ user - Mark a thread that user is following as read Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission. - update_
threads_ read_ for_ user - Mark all threads that user is following as read Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have
edit_other_users
permission.