|
Sendbird Chat SDK for Unity
|
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... | |
Represents a params for retrieving a single message.
| SbMessageRetrievalParams | ( | string | inChannelUrl, |
| SbChannelType | inChannelType, | ||
| long | inMessageId, | ||
| bool | inIncludeMetaArray = false, |
||
| bool | inIncludeReactions = false, |
||
| bool | inIncludeThreadInfo = false, |
||
| bool | inIncludeParentMessageInfo = false |
||
| ) |
|
getset |
The SbChannelType.
|
getset |
The channel url.
|
getset |
Whether the meta arrays should be included in the results.
|
getset |
Whether the information of a parent message should be included in the reply messages included in the results.
|
getset |
Whether the reaction data should be included in the results.
|
getset |
Whether the thread information should be included in the results.
|
getset |
The message ID.