REST Resource: users.spaces.threads
    
    
      
    
    
      
      透過集合功能整理內容
    
    
      
      你可以依據偏好儲存及分類內容。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        資源:ThreadReadState
        
          使用者在執行緒中的讀取狀態,用來識別已讀和未讀訊息。
        
        
          
            
              
                | JSON 表示法 | 
              
            
            
              
                {
  "name": string,
  "lastReadTime": string
} | 
              
            
          
        
        
          
            
              
              
            
            
              
                | 欄位 | 
              
            
            
              
                name | 
                
                   string 
                  執行緒讀取狀態的資源名稱。 格式:users/{user}/spaces/{space}/threads/{thread}/threadReadState 
                 | 
              
              
                lastReadTime | 
                
                   string (Timestamp format) 
                  更新使用者執行緒讀取狀態的時間。通常這個時間會對應到討論串中最後讀取訊息的時間戳記。 
                 | 
              
            
          
        
      
      
        
          
            
            
          
          
            
              方法 | 
            
          
          
            
              | 
                 | 
              
                傳回使用者在執行緒中讀取狀態的詳細資料,用於識別已讀和未讀郵件。 | 
            
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
  上次更新時間:2025-07-25 (世界標準時間)。
  
  
  
    
      [null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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"]]