SelectOption
Last updated
Was this helpful?
Last updated
Was this helpful?
Option on Select.
label
The option's label.
Type: str
value
The option's value. (It is like a button's custom_id)
Type: str
emoji
The option's emoji.
Type: discord.Emoji
| discord.PartialEmoji
| str
description
The option's description
Type: str
default
If the option is selected initially.
Type: bool