Represents a message list params.

interface MessageChangeLogsParams {
    includeMetaArray?: boolean;
    includeParentMessageInfo?: boolean;
    includeReactions?: boolean;
    includeThreadInfo?: boolean;
    replyType?: ReplyType;
}

Properties

includeMetaArray?: boolean

Whether the result message includes MessageMetaArray.

includeParentMessageInfo?: boolean

Whether the result message includes parent message info.

includeReactions?: boolean

Whether the result message includes Reactions.

includeThreadInfo?: boolean

Whether the result message includes ThreadInfo.

replyType?: ReplyType

Determines the reply types to include in the results.