Class InteractionCallbackResponseInteraction
public class InteractionCallbackResponseInteraction : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonInteractionCallbackResponseInteraction>
- Inheritance
-
InteractionCallbackResponseInteraction
- Implements
- Inherited Members
Constructors
InteractionCallbackResponseInteraction(JsonInteractionCallbackResponseInteraction)
public InteractionCallbackResponseInteraction(JsonInteractionCallbackResponseInteraction jsonModel)
Parameters
Properties
ActivityInstanceId
public string? ActivityInstanceId { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
ResponseMessageEphemeral
public bool? ResponseMessageEphemeral { get; }
Property Value
- bool?
ResponseMessageId
public ulong? ResponseMessageId { get; }
Property Value
ResponseMessageLoading
public bool? ResponseMessageLoading { get; }
Property Value
- bool?
Type
public InteractionType Type { get; }