ThreadInfo

Represents a thread info of a message.

Since

3.0.130

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that the last reply was created, in Unix milliseconds format. A value of 0 indicates there is no reply in the thread.

Link copied to clipboard

Users who left a reply in the thread, based on the time the reply was added.

Link copied to clipboard

The total number of replies in a specific thread. A value of 0 indicates there is no reply in the thread.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Serializes the ThreadInfo instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.

Link copied to clipboard
open override fun toString(): String