Table of Contents

Property Attachments

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Attachments

The resolved attachment objects, if any.

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

Property Value

IReadOnlyDictionary<ulong, DiscordAttachment>