Table of Contents

Constructor DiscordAutoCompleteChoice

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

DiscordAutoCompleteChoice(string, object)

Creates a new instance of DiscordAutoCompleteChoice.

public DiscordAutoCompleteChoice(string name, object value)

Parameters

name string

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

value object

The value of this option.