Class ThreadReadState
A user's read state within a thread, used to identify read and unread messages.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ThreadReadState : IMessage<ThreadReadState>, IEquatable<ThreadReadState>, IDeepCloneable<ThreadReadState>, IBufferMessage, IMessage
Constructors
ThreadReadState()
Declaration
public ThreadReadState()
ThreadReadState(ThreadReadState)
Declaration
public ThreadReadState(ThreadReadState other)
Parameters
Type | Name | Description |
---|---|---|
ThreadReadState | other |
Properties
LastReadTime
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.
Declaration
public Timestamp LastReadTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Name
Resource name of the thread read state.
Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreadReadStateName
ThreadReadStateName-typed view over the Name resource name property.
Declaration
public ThreadReadStateName ThreadReadStateName { get; set; }
Property Value
Type | Description |
---|---|
ThreadReadStateName |