Table of Contents

Method WithQuestion

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithQuestion(string)

Sets the question of a poll.

public DiscordPollBuilder WithQuestion(string question)

Parameters

question string

The question to be set.

Returns

DiscordPollBuilder

The current builder to be chained.