Table of Contents

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 bool

Whether the builder is multiple-choice. Defaults to true

Returns

DiscordPollBuilder

The modified builder to chain calls with.