Show / Hide Table of Contents

    Enum InteractionResponseType

    Represents the type of interaction response

    Namespace: DSharpPlus
    Assembly: cs.temp.dll.dll
    Syntax
    public enum InteractionResponseType

    Fields

    Name Description
    AutoCompleteResult

    Responds to an auto-complete request.

    ChannelMessageWithSource

    Responds to the interaction with a message.

    DeferredChannelMessageWithSource

    Acknowledges an interaction to edit to a response later. The user sees a "thinking" state.

    DeferredMessageUpdate

    Acknowledges a component interaction to allow a response later.

    Modal

    Respond to an interaction with a modal popup.

    Pong

    Acknowledges a Ping.

    UpdateMessage

    Responds to a component interaction by editing the message it's attached to.

    Back to top © 2016-2022 DSharpPlus Contributors