Table of Contents

Enum SlashCommandChoiceType

Namespace
Discord.Interactions
Assembly
Discord.Net.Interactions.dll

Supported types of pre-defined parameter choices.

public enum SlashCommandChoiceType

Fields

Integer = 1

Discord type for int.

Number = 2

Discord type for double.

String = 0

Discord type for string.