Table of Contents

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 ulong
messageId ulong
answerId int
after ulong?
limit int?

Returns

ValueTask<IReadOnlyList<DiscordUser>>