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.
- PollCompletion
The message containing the poll results.