[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-02-27。"],[[["Lists messages in a Google Chat space, including those from blocked members and spaces, with pagination support."],["Allows filtering messages by creation date, thread, and whether they are deleted, with customizable ordering."],["Requires authorization with specific scopes for accessing and managing chat messages."],["Provides an HTTP request structure and details on path and query parameters for interacting with the API."],["The response body contains a list of messages and a token for retrieving subsequent pages, if available."]]],["This API endpoint lists messages within a specified space. It uses a `GET` request with the space's resource name in the path. Optional query parameters include `pageSize`, `pageToken`, `filter` (for filtering by creation date or thread), `orderBy` (for sorting), and `showDeleted`. The request body is empty. The response includes a list of messages and a `nextPageToken` for pagination. Authentication requires specific OAuth scopes.\n"]]