Property TriggeringInteractionMetadata
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
TriggeringInteractionMetadata
The interaction metadata of the interaction that responded with the modal.
note
For messages created from a modal submit interaction.
Check Type to determine if this field is represented.
[JsonProperty("triggering_interaction_metadata", NullValueHandling = NullValueHandling.Ignore)]
public DiscordInteractionMetadata? TriggeringInteractionMetadata { get; }