Table of Contents

Property Components

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Components

Gets the components this message was sent with.

[JsonProperty("components", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyCollection<DiscordActionRowComponent> Components { get; }

Property Value

IReadOnlyCollection<DiscordActionRowComponent>