Table of Contents

Property LastMessageId

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

LastMessageId

Gets the ID of the last message sent in this channel. This is applicable to text channels only.

[JsonProperty("last_message_id", NullValueHandling = NullValueHandling.Ignore)]
public ulong? LastMessageId { get; }

Property Value

ulong?