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