REST Resource: users.spaces
資源:SpaceReadState
使用者在聊天室中的已讀狀態,用於識別已讀和未讀訊息。
JSON 表示法 |
{
"name": string,
"lastReadTime": string
} |
欄位 |
name |
string
聊天室讀取狀態的資源名稱。 格式:users/{user}/spaces/{space}/spaceReadState
|
lastReadTime |
string (Timestamp format)
選用設定。使用者聊天室讀取狀態更新的時間。通常會對應到上次讀取訊息的時間戳記,或是使用者指定的時間戳記,以標記聊天室中最後讀取的位置。
|
方法 |
|
傳回使用者在聊天室中的已讀狀態詳細資料,用於識別已讀和未讀訊息。 |
|
更新使用者在聊天室中的讀取狀態,用於識別已讀和未讀訊息。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-05 (世界標準時間)。
[null,null,["上次更新時間:2024-11-05 (世界標準時間)。"],[[["`SpaceReadState` tracks a user's read progress within a Google Chat space, indicating which messages are read and unread."],["It's represented in JSON format with a `name` field (identifying the user and space) and an optional `lastReadTime` field (indicating the last read message or user-defined position)."],["You can retrieve and update a user's `SpaceReadState` using the `getSpaceReadState` and `updateSpaceReadState` methods, respectively, allowing developers to manage read receipts and user progress within Chat spaces."]]],[]]