Sendbird Chat SDK for Unity
SbThreadInfo

Represents a thread info of a message. More...

Properties

int ReplyCount [get]
 The total number of replies in a specific thread. A value of 0 indicates there is no reply in the thread. More...
 
long LastRepliedAt [get]
 The time that the last reply was created, in Unix milliseconds format. A value of 0 indicates there is no reply in the thread. More...
 
List< SbUserMostRepliedUsers [get]
 Users who left a reply in the thread, based on the time the reply was added. More...
 

Detailed Description

Represents a thread info of a message.

Since
4.0.0

Property Documentation

◆ LastRepliedAt

long LastRepliedAt
get

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

Since
4.0.0

◆ MostRepliedUsers

List<SbUser> MostRepliedUsers
get

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

Since
4.0.0

◆ ReplyCount

int ReplyCount
get

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

Since
4.0.0