Table of Contents

Class InteractionCallbackResponseResource

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class InteractionCallbackResponseResource : IJsonModel<JsonInteractionCallbackResponseResource>
Inheritance
InteractionCallbackResponseResource
Implements
Inherited Members

Constructors

InteractionCallbackResponseResource(JsonInteractionCallbackResponseResource, RestClient)

public InteractionCallbackResponseResource(JsonInteractionCallbackResponseResource jsonModel, RestClient client)

Parameters

jsonModel JsonInteractionCallbackResponseResource
client RestClient

Properties

ActivityInstance

public ActivityInstance? ActivityInstance { get; }

Property Value

ActivityInstance

Message

public RestMessage? Message { get; }

Property Value

RestMessage

Type

public InteractionCallbackType Type { get; }

Property Value

InteractionCallbackType