Table of Contents

Method GetStickerAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetStickerAsync(ulong)

Gets a sticker from this guild.

public Task<DiscordMessageSticker> GetStickerAsync(ulong stickerId)

Parameters

stickerId ulong

The id of the sticker.

Returns

Task<DiscordMessageSticker>