Base Message List Params
Represents a base for message list params.
Inheritors
Constructors
Properties
Restricts the search scope only to retrieve the messages with the specified custom message type. When the custom type filtering is not needed, the value should be set to null.
Restricts the search scope only to retrieve the messages that match any of given custom types. When the custom type filtering is not needed, the value should be set to null. When a empty string is given, messages that does not have a custom type will also be returned.
Sets the MessagePayloadFilter to be used in retrieving message lists. This is more preferred way of setting other include flags.
Restricts the search scope only to retrieve the messages with the specified message type.
The number of newer messages added either before the timestamp or the message that has a specific message ID.
The number of previous messages added either before the timestamp or the message that has a specific message ID.
Restricts the search scope only to retrieve the messages sent by the users with the specified user IDs. When the user ID filtering is not needed, the value should be set to null.