REST Resource: users.spaces
资源:SpaceReadState
用户在聊天室中的阅读状态,用于识别已读和未读消息。
JSON 表示法 |
{
"name": string,
"lastReadTime": string
} |
字段 |
name |
string
聊天室读取状态的资源名称。 格式:users/{user}/spaces/{space}/spaceReadState
|
lastReadTime |
string (Timestamp format)
可选。用户聊天室读取状态的更新时间。通常,此值与上次读取的消息的时间戳相对应,或者是用户指定的时间戳,用于标记聊天室中上次读取的位置。
|
方法 |
|
返回有关用户在聊天室中的阅读状态的详细信息,用于标识已读和未读消息。 |
|
更新聊天室中用户的已读状态,用于识别已读和未读消息。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-05。
[null,null,["最后更新时间 (UTC):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."]]],[]]