Files
Discord.Net/docs/guides/polls/samples/end-poll.cs
Mihail Gribkov 3e7ab0915f [Docs] Document Polls (#2930)
* poll docs

* oopsie
2024-05-27 14:50:38 +03:00

4 lines
139 B
C#

// Get a message with a poll
var message = await channel.GetMessageAsync(id) as IUserMessage;
// End the poll
await message.EndPollAsync();