Class JsonInteractionCallbackResponse
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonInteractionCallbackResponse- Inheritance
- 
      
      JsonInteractionCallbackResponse
- Inherited Members
Constructors
JsonInteractionCallbackResponse()
public JsonInteractionCallbackResponse()Properties
Interaction
[JsonPropertyName("interaction")]
public JsonInteractionCallbackResponseInteraction Interaction { get; set; }Property Value
Resource
[JsonPropertyName("resource")]
public JsonInteractionCallbackResponseResource Resource { get; set; }