REST Resource: users.spaces.threads

资源:ThreadReadState

用户在线程中的读取状态,用于标识已读和未读消息。

JSON 表示法
{
  "name": string,
  "lastReadTime": string
}
字段
name

string

线程读取状态的资源名称。

格式:users/{user}/spaces/{space}/threads/{thread}/threadReadState

lastReadTime

string (Timestamp format)

用户的线程读取状态更新的时间。通常,这与会话中上次读取的消息的时间戳相对应。

方法

getThreadReadState

返回有关用户在会话中的阅读状态的详细信息,用于识别已读和未读消息。