REST Resource: users.spaces.threads
リソース: ThreadReadState
スレッド内のユーザーの既読状態。既読メールと未読メールを区別するために使用します。
JSON 表現 |
{
"name": string,
"lastReadTime": string
} |
フィールド |
name |
string
スレッドの読み取り状態のリソース名。 形式: users/{user}/spaces/{space}/threads/{thread}/threadReadState
|
lastReadTime |
string (Timestamp format)
ユーザーのスレッドの読み取りステータスが更新された時刻。通常、これはスレッド内で最後に読み取られたメッセージのタイムスタンプに対応しています。
|
メソッド |
|
スレッド内のユーザーの既読状態に関する詳細を返します。既読と未読のメッセージを識別するために使用されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-05 UTC。
[null,null,["最終更新日 2024-11-05 UTC。"],[[["ThreadReadState resource indicates a user's read status within a specific thread, helping to distinguish between read and unread messages."],["It is represented in JSON format with `name` and `lastReadTime` fields, specifying the resource name and the timestamp of the last read message."],["You can retrieve details about a user's ThreadReadState using the `getThreadReadState` method to identify read and unread messages within a thread."]]],[]]