Description

Represents a message list params.

Hierarchy

  • ThreadedMessageListParams

Properties

customTypesFilter?: string[]

Restricts the search scope only to retrieve the messages with the specified custom message types.

includeMetaArray?: boolean

Whether the result message includes MessageMetaArray.

includeParentMessageInfo?: boolean

Whether the result message includes the parent message info.

includeReactions?: boolean

Whether the result message includes Reactions.

isInclusive?: boolean

Determines whether to include the messages sent exactly on the specified timestamp or have the matching message ID in the results.

messageTypeFilter?: MessageTypeFilter

Restricts the search scope only to retrieve the messages with the specified message type.

nextResultSize: number

The number of newer messages added either before the timestamp or the message that has a specific message ID.

prevResultSize: number

The number of previous messages added either before the timestamp or the message that has a specific message ID.

reverse?: boolean

Determines whether to sort the retrieved messages in reverse order.

senderUserIdsFilter?: string[]

Restricts the search scope only to retrieve the messages sent by the users with the specified user IDs.

Generated using TypeDoc