Sendbird Chat SDK for Unity
|
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< SbUser > | MostRepliedUsers [get] |
Users who left a reply in the thread, based on the time the reply was added. More... | |
Represents a thread info of a message.
|
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.
|
get |
Users who left a reply in the thread, based on the time the reply was added.
|
get |
The total number of replies in a specific thread. A value of 0 indicates there is no reply in the thread.