Method GetStickerAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
GetStickerAsync(ulong)
Gets a sticker from this guild.
public Task<DiscordMessageSticker> GetStickerAsync(ulong stickerId)
Parameters
stickerId
ulongThe id of the sticker.
Returns
- Task<DiscordMessageSticker>