Table of Contents

Property Answers

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Answers

Gets the answers available in the poll.

[JsonProperty("answers")]
public IReadOnlyList<DiscordPollAnswer> Answers { get; }

Property Value

IReadOnlyList<DiscordPollAnswer>