Class ThreadReadState
A user's read state within a thread, used to identify read and unread messages.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ThreadReadState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastReadTime
object representation of LastReadTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastReadTimeDateTimeOffset instead.")]
public virtual object LastReadTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastReadTimeDateTimeOffset
DateTimeOffset representation of LastReadTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastReadTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastReadTimeRaw
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
[JsonProperty("lastReadTime")]
public virtual string LastReadTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Resource name of the thread read state. Format:
users/{user}/spaces/{space}/threads/{thread}/threadReadState
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |