Event MessagePollVoteAdded
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
Fired when a message poll vote is added. For this Event you need the GuildMessagePolls and DirectMessagePolls intent (depending on where u want to receive events from) specified in Intents.
public event AsyncEventHandler<DiscordClient, MessagePollVoteAddEventArgs> MessagePollVoteAdded
Returns
- AsyncEventHandler<DiscordClient, MessagePollVoteAddEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.