Table of Contents

Method CreateReactionAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

CreateReactionAsync(ulong, ulong, string)

Creates a new reaction

public Task CreateReactionAsync(ulong channelId, ulong messageId, string emoji)

Parameters

channelId ulong

Channel ID

messageId ulong

Message ID

emoji string

Emoji to react

Returns

Task