Table of Contents

Class InteractionCallbackResponseInteraction

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class InteractionCallbackResponseInteraction : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonInteractionCallbackResponseInteraction>
Inheritance
InteractionCallbackResponseInteraction
Implements
Inherited Members

Constructors

InteractionCallbackResponseInteraction(JsonInteractionCallbackResponseInteraction)

public InteractionCallbackResponseInteraction(JsonInteractionCallbackResponseInteraction jsonModel)

Parameters

jsonModel JsonInteractionCallbackResponseInteraction

Properties

ActivityInstanceId

public string? ActivityInstanceId { get; }

Property Value

string

Id

The unique identifier for this object.

public override ulong Id { get; }

Property Value

ulong

ResponseMessageEphemeral

public bool? ResponseMessageEphemeral { get; }

Property Value

bool?

ResponseMessageId

public ulong? ResponseMessageId { get; }

Property Value

ulong?

ResponseMessageLoading

public bool? ResponseMessageLoading { get; }

Property Value

bool?

Type

public InteractionType Type { get; }

Property Value

InteractionType