Search Results for

    Show / Hide Table of Contents

    Class DiscordInteractionResponseData

    Represents a discord Interaction Response Structure API model. Docs: https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-interaction-response-structure

    Inheritance
    Object
    DiscordInteractionResponseData
    Implements
    IEquatable<DiscordInteractionResponseData>
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Interaction
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordInteractionResponseData : IEquatable<DiscordInteractionResponseData>

    Properties

    | Improve this Doc View Source

    Data

    An optional response message.

    Declaration
    [JsonPropertyName("data")]
    public DiscordInteractionCallbackData Data { get; set; }
    Property Value
    Type Description
    DiscordInteractionCallbackData
    | Improve this Doc View Source

    Type

    The type of interaction.

    Declaration
    [JsonPropertyName("type")]
    public DiscordInteractionCallbackType Type { get; set; }
    Property Value
    Type Description
    DiscordInteractionCallbackType

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX