mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-18 09:17:28 +00:00
types: add Poll to Message (#10245)
* Add poll to message type * Add poll to message type without whitespace changes
This commit is contained in:
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user