types: add Poll to Message (#10245)

* Add poll to message type

* Add poll to message type without whitespace changes
This commit is contained in:
Jacob Morrison
2024-05-04 12:06:16 -04:00
committed by GitHub
parent 96169add6d
commit cb961f5be3

View File

@@ -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;