Skip to content

Commit

Permalink
types: add Poll to Message (#10245)
Browse files Browse the repository at this point in the history
* Add poll to message type

* Add poll to message type without whitespace changes
  • Loading branch information
JMTK committed May 4, 2024
1 parent 96169ad commit cb961f5
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 @@ -2113,6 +2113,7 @@ export class Message<InGuild extends boolean = boolean> extends Base {
public system: boolean;
public get thread(): AnyThreadChannel | null;
public tts: boolean;
public poll: Poll | null;
public type: MessageType;
public get url(): string;
public webhookId: Snowflake | null;
Expand Down

0 comments on commit cb961f5

Please sign in to comment.