Search Results for

    Show / Hide Table of Contents

    Interface IDiscordApplicationCommandOptionChoice

    Represents a discord Application Command Option Choice Structure API model. Docs: https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-choice-structure

    Namespace: Color_Chan.Discord.Core.Common.Models.Application
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordApplicationCommandOptionChoice

    Properties

    | Improve this Doc View Source

    Name

    1-100 character choice name.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RawValue

    Value of the choice, up to 100 characters if string.

    Declaration
    object RawValue { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX