Table of Contents

Property Messages

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Messages

Gets the resolved message objects, if any.

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

[JsonProperty("messages", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyDictionary<ulong, DiscordMessage> Messages { get; }

Property Value

IReadOnlyDictionary<ulong, DiscordMessage>