Table of Contents

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 ulong

The ID of the guild.

stickerId ulong

The ID of the sticker.

Returns

Task<DiscordMessageSticker>