Table of Contents

Method PinMessageAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

PinMessageAsync(ulong, ulong)

Pins a message.

public Task PinMessageAsync(ulong channelId, ulong messageId)

Parameters

channelId ulong

The ID of the channel the message is in.

messageId ulong

The ID of the message.

Returns

Task