Class MessagePollCompletedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Fired when a poll completes and results are available.
public sealed class MessagePollCompletedEventArgs : DiscordEventArgs
- Inheritance
-
MessagePollCompletedEventArgs
Properties
- Channel
Gets the channel this message belongs to.
- Guild
Gets the guild this message belongs to.
- Message
Gets the message created by the poll completion.
- PollCompletion
The message containing the poll results. This will be null if the Message Content intent is not enabled.