getSubscriptions
abstract fun getSubscriptions(skuId: Snowflake, request: SkuSubscriptionsListRequest): Flow<Subscription>(source)
Requests to get all Subscriptions containing the Sku with the given skuId.
The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.