Method AsMultipleChoice
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AsMultipleChoice(bool)
Sets whether this poll is multiple choice.
public DiscordPollBuilder AsMultipleChoice(bool isMultiChoice = true)
Parameters
isMultiChoice
boolWhether the builder is multiple-choice. Defaults to
true
Returns
- DiscordPollBuilder
The modified builder to chain calls with.