API reference
Property SuggestedDataModelType
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.WebhookEvents
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
SuggestedDataModelType
Gets the recommended CLR model for the current EventType, when known.
[JsonIgnore]
public Type? SuggestedDataModelType { get; }
Property Value
Remarks
This value comes from DiscordWebhookEventModelRegistry and is intended for tooling and diagnostics; unknown event types may still carry valid payloads.