Returns a cursor-paginated list of ChatMessage objects. By default returns the main conversation stream (excludes thread replies). Pass parentId to fetch replies for a specific thread.The caller must be a member. Former members (who left) can only read messages up to when they left.
Array of message objects. Each includes reactionCounts, userReactions, user, and quotedMessage fields. File attachments are included only when include=files is specified.