Table of Contents

Property Recipients

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Recipients

Gets the recipients of this direct message.

[JsonProperty("recipients", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordUser> Recipients { get; }

Property Value

IReadOnlyList<DiscordUser>