Table of Contents

Property Ephemeral

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Ephemeral

Gets whether this attachment is ephemeral. Ephemeral attachments will automatically be removed after a set period of time. Ephemeral attachments on messages are guaranteed to be available as long as the message itself exists.

[JsonProperty("ephemeral", NullValueHandling = NullValueHandling.Ignore)]
public bool? Ephemeral { get; }

Property Value

bool?