Table of Contents

Property MessageSnapshots

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

MessageSnapshots

Gets the message object for the referenced message

[JsonProperty("message_snapshots", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordMessageSnapshot>? MessageSnapshots { get; }

Property Value

IReadOnlyList<DiscordMessageSnapshot>