Table of Contents

Constructor DiscordApplicationCommandAutocompleteChoice

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DiscordApplicationCommandAutocompleteChoice(string, object, DiscordApplicationCommandLocalization)

public DiscordApplicationCommandAutocompleteChoice(string name, object value, DiscordApplicationCommandLocalization nameLocalizations = null)

Parameters

name string

The name of this option, which will be presented to the user.

value object

The value of this option.

nameLocalizations DiscordApplicationCommandLocalization

The localizations of the option name.