Table of Contents

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 bool

Whether a user can select multiple answers.

Returns

DiscordPollBuilder

The current builder to be chained.