Search Results for

    Show / Hide Table of Contents

    Class InternalInteractionResponse

    An internal interaction response.

    Inheritance
    Object
    InternalInteractionResponse
    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.Commands.Models
    Assembly: Color-Chan.Discord.Commands.dll
    Syntax
    public class InternalInteractionResponse

    Properties

    | Improve this Doc View Source

    Acknowledged

    Whether or not the the interaction has been acknowledged.

    Declaration
    public bool Acknowledged { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Response

    The response that will be returned to discord.

    Declaration
    public IDiscordInteractionResponse Response { get; set; }
    Property Value
    Type Description
    IDiscordInteractionResponse

    Methods

    | Improve this Doc View Source

    PingResponse()

    Get a ping response.

    Declaration
    public static InternalInteractionResponse PingResponse()
    Returns
    Type Description
    InternalInteractionResponse

    A InternalInteractionResponse containing a ping response.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX