Table of Contents
API reference

Property Recipients

Namespace
DisCatSharp.Hosting.AspNetCore.Ingress.WebhookEvents
Assembly
DisCatSharp.Hosting.AspNetCore.dll

Recipients

Gets the channel recipients when Discord provided them.

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

Property Value

IReadOnlyList<DiscordUser>