Interface IAutocompleteInteraction
Represents a ApplicationCommandAutocomplete.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IAutocompleteInteraction : IDiscordInteraction, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceData
Gets the autocomplete data of this interaction.
Declaration
IAutocompleteInteractionData Data { get; }
Property Value
Type | Description |
---|---|
IAutocompleteInteractionData |