Table of Contents

Method GetCoverStickerAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetCoverStickerAsync(CancellationToken)

Gets the pack's cover sticker.

public Task<DiscordSticker> GetCoverStickerAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<DiscordSticker>