Method GetPollAnswerVotersAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
GetPollAnswerVotersAsync(ulong, ulong, int, ulong?, int?)
public ValueTask<IReadOnlyList<DiscordUser>> GetPollAnswerVotersAsync(ulong channelId, ulong messageId, int answerId, ulong? after, int? limit)
Parameters
channelId
ulongmessageId
ulonganswerId
intafter
ulong?limit
int?
Returns
- ValueTask<IReadOnlyList<DiscordUser>>