Method PinMessageAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
PinMessageAsync(ulong, ulong)
Pins a message.
public Task PinMessageAsync(ulong channelId, ulong messageId)
Parameters
channelId
ulongThe ID of the channel the message is in.
messageId
ulongThe ID of the message.
Returns
- Task