Click or drag to resize

Channellast_read Property

last_read is the timestamp for the last message the calling user has read in this channel.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[JsonConverterAttribute(typeof(UnixDateTimeConverter))]
public Nullable<DateTime> last_read { get; set; }

Property Value

Type: NullableDateTime
See Also