REST Resource: users.spaces.threads
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: ThreadReadState
حالة القراءة للمستخدم داخل سلسلة محادثات، وتُستخدم لتحديد الرسائل المقروءة وغير المقروءة.
تمثيل JSON |
{
"name": string,
"lastReadTime": string
} |
الحقول |
name |
string
اسم المورد لحالة قراءة سلسلة المحادثات تنسيق الملف: users/{user}/spaces/{space}/threads/{thread}/threadReadState
|
lastReadTime |
string (Timestamp format)
الوقت الذي تم فيه تعديل حالة قراءة سلسلة محادثات المستخدم يتجاوب هذا عادةً مع الطابع الزمني لآخر رسالة مقروءة في سلسلة المحادثات.
|
الطُرق |
|
تعرض تفاصيل حول حالة قراءة المستخدم في سلسلة محادثات، وتُستخدم لتحديد الرسائل المقروءة وغير المقروءة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThreadReadState resource indicates a user's read status within a specific thread, helping to distinguish between read and unread messages.\u003c/p\u003e\n"],["\u003cp\u003eIt is represented in JSON format with \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003elastReadTime\u003c/code\u003e fields, specifying the resource name and the timestamp of the last read message.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve details about a user's ThreadReadState using the \u003ccode\u003egetThreadReadState\u003c/code\u003e method to identify read and unread messages within a thread.\u003c/p\u003e\n"]]],["The core content defines the `ThreadReadState` resource, which tracks a user's read status within a thread. It's represented in JSON with `name` (resource identifier) and `lastReadTime` (timestamp of the last read message). The `getThreadReadState` method retrieves details about a user's read status, allowing identification of read and unread messages in a thread. `lastReadTime` reflects when the user's read state was last updated, typically matching the timestamp of the most recently read message.\n"],null,["# REST Resource: users.spaces.threads\n\n- [Resource: ThreadReadState](#ThreadReadState)\n - [JSON representation](#ThreadReadState.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ThreadReadState\n-------------------------\n\nA user's read state within a thread, used to identify read and unread messages.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"name\": string, \"lastReadTime\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of the thread read state. Format: `users/{user}/spaces/{space}/threads/{thread}/threadReadState` |\n| `lastReadTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The time when the user's thread read state was updated. Usually this corresponds with the timestamp of the last read message in a thread. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| ### [getThreadReadState](/workspace/chat/api/reference/rest/v1/users.spaces.threads/getThreadReadState) | Returns details about a user's read state within a thread, used to identify read and unread messages. |"]]