Select

The select component. Extends: discord-components.Component

placeholder

The select's placeholder

Type: str

id

The select's custom id.

Type: str

options

The select's options.

Type: List[discord-components.SelectOption]

max_values

The select's max_values.

Type: int

min_values

The select's min_values.

Type: int

disabled

Indicates if the select is disabled.

Type: bool

Default: False

Last updated