Property Recipients
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Recipients
Gets the recipients of this direct message.
[JsonProperty("recipients", NullValueHandling = NullValueHandling.Ignore)]
public IReadOnlyList<DiscordUser> Recipients { get; }