[null,null,["上次更新時間:2025-02-14 (世界標準時間)。"],[[["This guide explains how to use the `get()` method to retrieve a user's read state within a Google Chat message thread using the Google Chat API."],["The `ThreadReadState` resource provides details about a user's last read message in a thread."],["To get the thread read state, you need a Google Workspace account, a configured Google Cloud project with the Google Chat API enabled, and the Node.js Cloud Client Library installed."],["You must use the `chat.users.readstate` or `chat.users.readstate.readonly` authorization scope and call the `GetThreadReadState()` method, specifying the thread read state's name."],["The API returns a `ThreadReadState` instance containing the user's read state information."]]],["This guide details retrieving a user's read state within a Google Chat message thread using the `get()` method on the `ThreadReadState` resource. Key actions involve setting up a Google Cloud project, enabling the Chat API, and obtaining OAuth credentials. The process requires specifying either the `chat.users.readstate` or `chat.users.readstate.readonly` authorization scope, then calling `GetThreadReadState()` with the thread read state's `name`, including a user ID/alias and space ID. The method returns a `ThreadReadState` instance.\n"]]