El momento en que se actualizó el estado de lectura del subproceso del usuario. Por lo general, se corresponde con la marca de tiempo del último mensaje leído de una conversación.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-02-27 (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."]]],["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"]]