Method TryGetSticker
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
TryGetSticker(ulong, out DiscordSticker?)
Tries to get a sticker.
public bool TryGetSticker(ulong id, out DiscordSticker? sticker)
Parameters
id
ulongThe id of the sticker.
sticker
DiscordStickerThe sticker, if found.
Returns
- bool
True if found, otherwise false.