Optionalqueue: ConduitQueueAdds a user to a group thread.
User to add
Target group thread
Changes a participant's admin status.
Target user
Group thread
true to promote, false to demote
Updates the group profile image.
Image stream or buffer
Target group thread
Creates a new group conversation.
Participants to include in the group
Optionalname: stringOptional group title
Newly created thread data
Creates a poll in a thread.
Poll question
Target thread
Answer choices
Deletes a thread.
Target thread
Retrieves message history for a thread.
Target conversation ID
Number of messages to fetch
Retrieves detailed metadata about a thread.
Target conversation ID
Thread information object from FCA
Fetches a paginated list of threads.
Maximum number of threads to return
Pagination cursor or null for first page
Thread folders to include (e.g. ["INBOX"])
Accepts or rejects a message request thread.
Request thread
true to accept, false to decline
Mutes or unmutes a thread.
Target thread
Timestamp in ms, -1 for permanent mute, 0 to unmute
Removes a user from a group thread.
User to remove
Target group thread
Searches for threads by keyword or name.
Search term
Matching thread results
Updates the title of a group thread.
New group name
Target group thread
High-level thread management API for Conduit.
Provides utilities for interacting with group chats, message threads, participants, and thread-level metadata.
Remarks
This class wraps the FCA callback-based API into Promise-based methods. Certain mutating operations may be queued when a ConduitQueue is provided (e.g. nickname changes, title updates, polls).
Accessible via
client.threads.