Property InteractionMetadata
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
InteractionMetadata
Gets the interaction metadata if the message is a response to an interaction.
[JsonProperty("interaction_metadata", NullValueHandling = NullValueHandling.Ignore)]
public DiscordInteractionMetadata? InteractionMetadata { get; }