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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["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,[]]