Table of Contents

Class DiscordPollCompletionMessage

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll
public class DiscordPollCompletionMessage : DiscordMessage
Inheritance
DiscordPollCompletionMessage
Inherited Members
Extension Methods

Properties

IsDraw

Indicates whether the poll ended in a draw

PollMessage

The original poll message.

PollMessageLink

A message link pointing to the poll message.

PollQuestionText

The text of the original poll question.

TotalVotes

The amounts of votes cast in total, across all answers.

WinningAnswerEmoji

The emoji associated with the winning answer.

WinningAnswerId

The AnswerId of the winning answer.

WinningAnswerText

The text of the winning answer.

WinningAnswerVoteCount

The amount of votes cast for the winning answer.