We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa08b8 commit d60e0bfCopy full SHA for d60e0bf
packages/discord.js/typings/index.d.ts
@@ -2255,8 +2255,8 @@ export class Invite extends Base {
2255
public inviterId: Snowflake | null;
2256
public maxAge: number | null;
2257
public maxUses: number | null;
2258
- public memberCount: number;
2259
- public presenceCount: number;
+ public memberCount: number | null;
+ public presenceCount: number | null;
2260
public targetApplication: IntegrationApplication | null;
2261
public targetUser: User | null;
2262
public targetType: InviteTargetType | null;
0 commit comments