Sendbird Chat SDK for Unity
SbThreadInfoUpdateEvent

Objects representing a thread info event. More...

Properties

SbChannelType ChannelType [get]
 The type of the channel where threaded messages belong. More...
 
string ChannelUrl [get]
 The unique URL of the channel where threaded messages belong. More...
 
long TargetMessageId [get]
 The unique ID of the message that has threaded replies and holds thread information. More...
 
SbThreadInfo ThreadInfo [get]
 The SbThreadInfo that has information about threaded messages. More...
 

Detailed Description

Objects representing a thread info event.

Since
4.0.0

Property Documentation

◆ ChannelType

SbChannelType ChannelType
get

The type of the channel where threaded messages belong.

Since
4.0.0

◆ ChannelUrl

string ChannelUrl
get

The unique URL of the channel where threaded messages belong.

Since
4.0.0

◆ TargetMessageId

long TargetMessageId
get

The unique ID of the message that has threaded replies and holds thread information.

Since
4.0.0

◆ ThreadInfo

SbThreadInfo ThreadInfo
get

The SbThreadInfo that has information about threaded messages.

Since
4.0.0