Table of Contents

Method GetPublishedListingsAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

GetPublishedListingsAsync(ulong)

Gets the published store sku listings (premium application subscription).

[RequiresFeature(Features.MonetizedApplication)]
public Task<IReadOnlyList<DiscordStoreSku>> GetPublishedListingsAsync(ulong applicationId)

Parameters

applicationId ulong

The application id to fetch the listings for.

Returns

Task<IReadOnlyList<DiscordStoreSku>>

A list of published listings with DiscordStoreSkus.