Skip to content

Commit

Permalink
types(Message): add call property
Browse files Browse the repository at this point in the history
  • Loading branch information
sdanialraza committed Jun 2, 2024
1 parent 661dd89 commit a0c4bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,7 @@ export class Message<InGuild extends boolean = boolean> extends Base {
public get thread(): AnyThreadChannel | null;
public tts: boolean;
public poll: Poll | null;
public call: MessageCall | null;
public type: MessageType;
public get url(): string;
public webhookId: Snowflake | null;
Expand Down

0 comments on commit a0c4bf5

Please sign in to comment.