Table of Contents

Method GetReactionsAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

GetReactionsAsync(ulong, ulong, string, ulong?, int)

public ValueTask<IReadOnlyList<DiscordUser>> GetReactionsAsync(ulong channelId, ulong messageId, string emoji, ulong? afterId = null, int limit = 25)

Parameters

channelId ulong
messageId ulong
emoji string
afterId ulong?
limit int

Returns

ValueTask<IReadOnlyList<DiscordUser>>