Interface IAutocompleteInteraction
Represents a Discord.InteractionType.ApplicationCommandAutocomplete.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IAutocompleteInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties​
Data​
Gets the autocomplete data of this interaction.
View Source​
Declaration
IAutocompleteInteractionData Data { get; }