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
ulongThe user id to filter for.
before
ulong?The id to filter before.
after
ulong?The id to filter after.
limit
intThe limit.
Returns
- Task<IReadOnlyList<DiscordSubscription>>
A list of subscriptions.