Table of Contents

Property Results

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Results

Gets the results of the poll.

[JsonProperty("answer_counts")]
public IReadOnlyList<DiscordPollAnswerCount> Results { get; }

Property Value

IReadOnlyList<DiscordPollAnswerCount>