Threads
Class representing instance of Threads API
Fields
native
ThreadApiNative
Methods
createThread
Creates a new Thread in given Context.
Params
contextId
string
ID of the Context to create the Thread in
users
UserWithPubKey[]
array of UserWithPubKey structs which indicates who will have access to the created Thread
managers
UserWithPubKey[]
array of UserWithPubKey structs which indicates who will have access (and management rights) to the created Thread
publicMeta
Uint8Array
public (unencrypted) metadata
privateMeta
Uint8Array
private (encrypted) metadata
policies
ContainerPolicy
Thread's policies
Returns
Promise<string>
·
ID of the created Thread
updateThread
Updates an existing Thread.
Params
threadId
string
ID of the Thread to update
users
UserWithPubKey[]
array of UserWithPubKey structs which indicates who will have access to the created Thread
managers
UserWithPubKey[]
array of UserWithPubKey structs which indicates who will have access (and management rights) to the created Thread
publicMeta
Uint8Array
public (unencrypted) metadata
privateMeta
Uint8Array
private (encrypted) metadata
version
number
current version of the updated Thread
force
boolean
force update (without checking version)
forceGenerateNewKey
boolean
force to regenerate a key for the Thread
policies
ContainerPolicy
Thread's policies
deleteThread
Deletes a Thread by given Thread ID.
Params
threadId
string
ID of the Thread to delete
getThread
Gets a Thread by given Thread ID.
Params
threadId
string
ID of Thread to get
Returns
Promise<Thread>
·
struct containing info about the Thread
listThreads
Gets a list of Threads in given Context.
Params
contextId
string
ID of the Context to get the Threads from
pagingQuery
PagingQuery
struct with list query parameters
Returns
Promise<PagingList<Thread>>
·
struct containing a list of Threads
getMessage
Gets a message by given message ID.
Params
messageId
string
ID of the message to get
Returns
Promise<Message>
·
struct containing the message
listMessages
Gets a list of messages from a Thread.
Params
threadId
string
ID of the Thread to list messages from
pagingQuery
PagingQuery
struct with list query parameters
Returns
Promise<PagingList<Message>>
·
struct containing a list of messages
sendMessage
Sends a message in a Thread.
Params
threadId
string
ID of the Thread to send message to
publicMeta
Uint8Array
public message metadata
privateMeta
Uint8Array
private message metadata
data
Uint8Array
content of the message
Returns
Promise<string>
·
ID of the new message
deleteMessage
Deletes a message by given message ID.
Params
messageId
string
ID of the message to delete
updateMessage
Update message in a Thread.
Params
messageId
string
ID of the message to update
publicMeta
Uint8Array
public message metadata
privateMeta
Uint8Array
private message metadata
data
Uint8Array
content of the message
subscribeForThreadEvents
Subscribes for the Thread module main events.
unsubscribeFromThreadEvents
Unsubscribes from the Thread module main events.
subscribeForMessageEvents
Subscribes for events in given Thread.
Params
threadId
string
ID of the Thread to subscribe
unsubscribeFromMessageEvents
Unsubscribes from events in given Thread.
Params
threadId
string
ID of the Thread to unsubscribe
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.