Table of Contents

Class JsonInteractionCallbackResponseResource

Namespace
NetCord.Rest.JsonModels
Assembly
NetCord.dll
public class JsonInteractionCallbackResponseResource
Inheritance
JsonInteractionCallbackResponseResource
Inherited Members

Constructors

JsonInteractionCallbackResponseResource()

public JsonInteractionCallbackResponseResource()

Properties

ActivityInstance

[JsonPropertyName("activity_instance")]
public JsonActivityInstance? ActivityInstance { get; set; }

Property Value

JsonActivityInstance

Message

[JsonPropertyName("message")]
public JsonMessage? Message { get; set; }

Property Value

JsonMessage

Type

[JsonPropertyName("type")]
public InteractionCallbackType Type { get; set; }

Property Value

InteractionCallbackType