ThreadInfo
Domain model for thread info. Holds partial information related to a thread.
Parameters
Number of active participants in the thread.
Id of the channel in which the thread resides.
Date when the thread was created.
The User which created the thread. (Note: This object is not always delivered, sometimes we only receive the ID of the user - createdByUserId).
The ID of the User which created the thread.
Date when the thread was deleted (null if the thread is not deleted).
Date of the last message in the thread.
The parent message of the thread. (Note: This object is not always delivered, sometimes we only receive the ID of the parent message - parentMessageId).
The ID of the parent message of the thread.
The number of participants in the thread.
The number of replies in the thread.
The title of the thread.
Date of the most recent update of the thread.