Method GetGuildStickerAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
GetGuildStickerAsync(ulong, ulong)
Gets a sticker from a guild.
public Task<DiscordMessageSticker> GetGuildStickerAsync(ulong guildId, ulong stickerId)
Parameters
guildId
ulongThe ID of the guild.
stickerId
ulongThe ID of the sticker.
Returns
- Task<DiscordMessageSticker>