Hierarchy

  • BaseListQueryParams
    • PreviousMessageListQueryParams

Properties

customTypesFilter?: string[]

Description

The custom type filter of the message.

includeMetaArray?: boolean

Description

Whether the meta arrays should be included in the results. If the value is null, it follows the default value.

includeParentMessageInfo?: boolean

Description

Whether the information of a parent message should be included in the reply messages included in the results.

includeReactions?: boolean

Description

Whether the reaction data should be included in the results. If the value is null, it follows the default value.

includeThreadInfo?: boolean

Description

Whether the thread information should be included in the results. If the value is null, it follows the default value.

limit?: number

Description

The maximum number of data per queried page.

messageTypeFilter?: MessageTypeFilter

Description

Message type filter.

replyType?: ReplyType

Description

Determines the reply types to include in the results.

reverse?: boolean

Description

Indicates whether the queried result will be reversed. If true, the result will be returned by creation time descending order.

senderUserIdsFilter?: string[]

Description

Sender user IDs filter.

showSubchannelMessagesOnly?: boolean

Description

If set to true, only messages that belong to current user's subchannel is fetched. If set to false, all messages will be fetched. Default is false. Takes effect only when the requested channel is a dynamically partitioned open channel.

Generated using TypeDoc