Sendbird Chat SDK for Unity
SbMessageRetrievalParams

Represents a params for retrieving a single message. More...

Public Member Functions

 SbMessageRetrievalParams (string inChannelUrl, SbChannelType inChannelType, long inMessageId, bool inIncludeMetaArray=false, bool inIncludeReactions=false, bool inIncludeThreadInfo=false, bool inIncludeParentMessageInfo=false)
 

Properties

string ChannelUrl [get, set]
 The channel url. More...
 
SbChannelType ChannelType [get, set]
 The SbChannelType. More...
 
long MessageId [get, set]
 The message ID. More...
 
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...
 

Detailed Description

Represents a params for retrieving a single message.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbMessageRetrievalParams()

SbMessageRetrievalParams ( string  inChannelUrl,
SbChannelType  inChannelType,
long  inMessageId,
bool  inIncludeMetaArray = false,
bool  inIncludeReactions = false,
bool  inIncludeThreadInfo = false,
bool  inIncludeParentMessageInfo = false 
)
Since
4.0.0

Property Documentation

◆ ChannelType

SbChannelType ChannelType
getset

The SbChannelType.

Since
4.0.0

◆ ChannelUrl

string ChannelUrl
getset

The channel url.

Since
4.0.0

◆ 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

◆ MessageId

long MessageId
getset

The message ID.

Since
4.0.0