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; }
<JsonConverterAttribute(GetType(UnixDateTimeConverter))>
Public Property last_read As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTimeSee Also