Method WithAllowMultiselect
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithAllowMultiselect(bool)
ALlows users to select multiple answers or not.
public DiscordPollBuilder WithAllowMultiselect(bool allow = true)
Parameters
allow
boolWhether a user can select multiple answers.
Returns
- DiscordPollBuilder
The current builder to be chained.