Search Results for

    Show / Hide Table of Contents

    Interface IAutocompleteInteraction

    Represents a ApplicationCommandAutocomplete.

    Inherited Members
    IDiscordInteraction.Id
    IDiscordInteraction.Type
    IDiscordInteraction.Token
    IDiscordInteraction.Version
    IDiscordInteraction.HasResponded
    IDiscordInteraction.User
    IDiscordInteraction.UserLocale
    IDiscordInteraction.GuildLocale
    IDiscordInteraction.IsDMInteraction
    IDiscordInteraction.ChannelId
    IDiscordInteraction.GuildId
    IDiscordInteraction.ApplicationId
    IDiscordInteraction.RespondAsync(String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.RespondWithFileAsync(Stream, String, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.RespondWithFileAsync(String, String, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.RespondWithFileAsync(FileAttachment, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.RespondWithFilesAsync(IEnumerable<FileAttachment>, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.FollowupAsync(String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.FollowupWithFileAsync(Stream, String, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.FollowupWithFileAsync(String, String, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.FollowupWithFileAsync(FileAttachment, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.FollowupWithFilesAsync(IEnumerable<FileAttachment>, String, Embed[], Boolean, Boolean, AllowedMentions, MessageComponent, Embed, RequestOptions)
    IDiscordInteraction.GetOriginalResponseAsync(RequestOptions)
    IDiscordInteraction.ModifyOriginalResponseAsync(Action<MessageProperties>, RequestOptions)
    IDiscordInteraction.DeleteOriginalResponseAsync(RequestOptions)
    IDiscordInteraction.DeferAsync(Boolean, RequestOptions)
    IDiscordInteraction.RespondWithModalAsync(Modal, RequestOptions)
    ISnowflakeEntity.CreatedAt
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IAutocompleteInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>

    Properties

    | Improve this Doc View Source

    Data

    Gets the autocomplete data of this interaction.

    Declaration
    IAutocompleteInteractionData Data { get; }
    Property Value
    Type Description
    IAutocompleteInteractionData

    Extension Methods

    IDiscordInteractionExtentions.RespondWithModalAsync<T>(IDiscordInteraction, String, RequestOptions, Action<ModalBuilder>)

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2