Sendbird Chat SDK for Unity
SbMessageChangeLogsParams

Represents a message list params. More...

Properties

bool IncludeMetaArray = false [get, set]
 Whether the meta arrays should be included in the results. More...
 
bool IncludeReactions = false [get, set]
 Whether the reaction data should be included in the results. More...
 
bool IncludeThreadInfo = false [get, set]
 Whether the thread information should be included in the results. More...
 
bool IncludeParentMessageInfo = false [get, set]
 Whether the information of a parent message should be included in the reply messages included in the results. More...
 
SbReplyType ReplyType = SbReplyType.None [get, set]
 Determines the reply types to include in the results. More...
 

Detailed Description

Represents a message list params.

Since
4.0.0

Property Documentation

◆ IncludeMetaArray

bool IncludeMetaArray = false
getset

Whether the meta arrays should be included in the results.

Since
4.0.0

◆ IncludeParentMessageInfo

bool IncludeParentMessageInfo = false
getset

Whether the information of a parent message should be included in the reply messages included in the results.

Since
4.0.0

◆ IncludeReactions

bool IncludeReactions = false
getset

Whether the reaction data should be included in the results.

Since
4.0.0

◆ IncludeThreadInfo

bool IncludeThreadInfo = false
getset

Whether the thread information should be included in the results.

Since
4.0.0

◆ ReplyType

SbReplyType ReplyType = SbReplyType.None
getset

Determines the reply types to include in the results.

Since
4.0.0