Class JsonInteractionCallbackResponseInteraction
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonInteractionCallbackResponseInteraction : JsonEntity
- Inheritance
-
JsonInteractionCallbackResponseInteraction
- Inherited Members
-
Constructors
JsonInteractionCallbackResponseInteraction()
public JsonInteractionCallbackResponseInteraction()
Properties
ActivityInstanceId
[JsonPropertyName("activity_instance_id")]
public string? ActivityInstanceId { get; set; }
Property Value
- string
ResponseMessageEphemeral
[JsonPropertyName("response_message_ephemeral")]
public bool? ResponseMessageEphemeral { get; set; }
Property Value
- bool?
ResponseMessageId
[JsonPropertyName("response_message_id")]
public ulong? ResponseMessageId { get; set; }
Property Value
- ulong?
ResponseMessageLoading
[JsonPropertyName("response_message_loading")]
public bool? ResponseMessageLoading { get; set; }
Property Value
- bool?
Type
[JsonPropertyName("type")]
public InteractionType Type { get; set; }
Property Value
- InteractionType