Table of Contents

Method GetGuildStickersAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetGuildStickersAsync(ulong)

Gets a list of stickers from a guild.

public Task<IReadOnlyList<DiscordMessageSticker>> GetGuildStickersAsync(ulong guildId)

Parameters

guildId ulong

The ID of the guild.

Returns

Task<IReadOnlyList<DiscordMessageSticker>>