Table of Contents

Method GetSubscriptionsAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetSubscriptionsAsync(ulong, ulong?, ulong?, int)

Gets subscriptions for this sku.

public Task<IReadOnlyList<DiscordSubscription>> GetSubscriptionsAsync(ulong userId, ulong? before = null, ulong? after = null, int limit = 100)

Parameters

userId ulong

The user id to filter for.

before ulong?

The id to filter before.

after ulong?

The id to filter after.

limit int

The limit.

Returns

Task<IReadOnlyList<DiscordSubscription>>

A list of subscriptions.