Search Results for

    Show / Hide Table of Contents

    Interface IAutocompleteProvider

    The autocomplete provider.

    Namespace: DisCatSharp.ApplicationCommands.Attributes
    Assembly: DisCatSharp.ApplicationCommands.dll
    Syntax
    public interface IAutocompleteProvider

    Methods

    | Improve this Doc View Source

    Provider(AutocompleteContext)

    Provider the autocompletion.

    Declaration
    Task<IEnumerable<DiscordApplicationCommandAutocompleteChoice>> Provider(AutocompleteContext context)
    Parameters
    Type Name Description
    AutocompleteContext context

    The context.

    Returns
    Type Description
    System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DiscordApplicationCommandAutocompleteChoice>>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems