Method GetStickerAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
GetStickerAsync(ulong)
Gets a sticker by its ID.
public Task<DiscordMessageSticker> GetStickerAsync(ulong stickerId)
Parameters
stickerId
ulongThe ID of the sticker.
Gets a sticker by its ID.
public Task<DiscordMessageSticker> GetStickerAsync(ulong stickerId)
stickerId
ulongThe ID of the sticker.