Class used to build select menu components to be sent through the API
Constructs a new instance of the
ChannelSelectMenuBuilder
className | Type | Optional | Description |
---|---|---|---|
data | Partial<ChannelSelectMenuComponentData | APIChannelSelectComponent> | Yes | None |
Creates a new select menu builder from JSON data
Name | Type | Optional | Description |
---|---|---|---|
other | JSONEncodable<APIChannelSelectComponent> | APIChannelSelectComponent | No | The other data |