Table of Contents

Property Attachments

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Attachments

Gets the resolved attachments objects, if any.

Not applicable for messages with resolved data for auto-populated select menus.

[JsonProperty("attachments", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyDictionary<ulong, DiscordAttachment> Attachments { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordAttachment>