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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]