Sendbird Chat SDK for .NET  3.0.29
SendBird.MessageListParams Class Reference
Inheritance diagram for SendBird.MessageListParams:
SendBird.BaseMessageListParams

Public Member Functions

 MessageListParams (int previousResultSize, int nextResultSize, BaseChannel.MessageTypeFilter messageType, string customType, List< string > senderUserIds, bool inclusive, bool reverse, bool includeMetaArray, bool includeReactions, bool includeParentMessageText, bool includeThreadInfo, bool includeReplies)
 
override string ToString ()
 
- Public Member Functions inherited from SendBird.BaseMessageListParams
 BaseMessageListParams (int previousResultSize, int nextResultSize, BaseChannel.MessageTypeFilter messageType, String customType, List< String > senderUserIds, bool isInclusive, bool reverse, bool includeMetaArray, bool includeReactions, bool includeParentMessageText)
 
void SetPreviousResultSize (int previousResultSize)
 
void SetNextResultSize (int nextResultSize)
 
void SetMessageType (BaseChannel.MessageTypeFilter messageType)
 
void SetCustomType (String customType)
 
void SetSenderUserIds (List< String > senderUserIds)
 
void SetInclusive (bool inclusive)
 
void SetReverse (bool reverse)
 
void SetIncludeMetaArray (bool includeMetaArray)
 
void SetIncludeReactions (bool includeReactions)
 
void SetIncludeParentMessageText (bool includeParentMessageText)
 
override string ToString ()
 

Properties

bool IncludeThreadInfo [set]
 
bool IncludeReplies [set]
 
bool ShouldIncludeThreadInfo [get]
 
bool ShouldIncludeReplies [get]
 
MessageListParams Clone [get]
 
- Properties inherited from SendBird.BaseMessageListParams
int GetPreviousResultSize [get]
 
int GetNextResultSize [get]
 
BaseChannel.MessageTypeFilter GetMessageType [get]
 
String GetCustomType [get]
 
List< string > GetSenderUserIds [get]
 
bool IsInclusive [get]
 
bool ShouldReverse [get]
 
bool ShouldIncludeMetaArray [get]
 
bool ShouldIncludeReactions [get]
 
bool ShouldIncludeParentMessageText [get]
 

Property Documentation

◆ Clone

MessageListParams SendBird.MessageListParams.Clone
get

Clones and returns a new instance of MessageListParams.

Returns
a cloned new instance of this MessageListParams.
Since
3.0.18

◆ IncludeReplies

bool SendBird.MessageListParams.IncludeReplies
set

Determines whether to include the replies of the updated messages in the results.

Parameters
includeRepliesIf true the result will be returned with reply messages included.
Since
3.0.18

◆ IncludeThreadInfo

bool SendBird.MessageListParams.IncludeThreadInfo
set

Determines whether to include the thread information of the updated messages in the results when the results contain parent messages.

Parameters
includeThreadInfoIf true the result will be returned with thread information included.
Since
3.0.18

◆ ShouldIncludeReplies

bool SendBird.MessageListParams.ShouldIncludeReplies
get

Returns whether the replies should be included in the results.

Returns
Whether the replies should be included in the results.
Since
3.0.18

◆ ShouldIncludeThreadInfo

bool SendBird.MessageListParams.ShouldIncludeThreadInfo
get

Returns whether the thread information should be included in the results.

Returns
Whether thread information should be included in the results.
Since
3.0.18

The documentation for this class was generated from the following file: