getEntitlements
abstract fun getEntitlements(applicationId: Snowflake, request: EntitlementsListRequest): Flow<Entitlement>(source)
Requests to get all Entitlements for the Application with the given applicationId.
The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.