Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Can Pay function #834

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Document jar param in getGroupPayoutEligibility
  • Loading branch information
Regalijan authored Oct 29, 2024
commit 5a99259c0ce973897b76833fb4c442280ad11596
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1940,7 +1940,7 @@ declare module "noblox.js" {
/**
* 🔐 Gets the payout eligibility status of a group member.
*/
function getGroupPayoutEligibility(groupId: number, userId: number): Promise<PayoutAllowedList>
function getGroupPayoutEligibility(groupId: number, userId: number, jar?: CookieJar): Promise<PayoutAllowedList>;

/**
* 🔐 Get the social link data associated with a group.
Loading
Oops, something went wrong.