Table of Contents

Struct PollResults

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents the results of a poll.

public readonly struct PollResults
Inherited Members

Fields

AnswerCounts

Gets the answer counts for the poll.

public readonly IReadOnlyCollection<PollAnswerCounts> AnswerCounts

Field Value

IReadOnlyCollection<PollAnswerCounts>

IsFinalized

Gets whether the poll results are finalized.

public readonly bool IsFinalized

Field Value

bool