Table of Contents

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 ulong

The id of the sticker.

sticker DiscordSticker

The sticker, if found.

Returns

bool

True if found, otherwise false.