mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
types(Message): mark #thread as nullable (#6129)
This commit is contained in:
Vendored
+1
-1
@@ -950,7 +950,7 @@ export class Message extends Base {
|
|||||||
public reactions: ReactionManager;
|
public reactions: ReactionManager;
|
||||||
public stickers: Collection<Snowflake, Sticker>;
|
public stickers: Collection<Snowflake, Sticker>;
|
||||||
public system: boolean;
|
public system: boolean;
|
||||||
public thread: ThreadChannel;
|
public thread: ThreadChannel | null;
|
||||||
public tts: boolean;
|
public tts: boolean;
|
||||||
public type: MessageType;
|
public type: MessageType;
|
||||||
public readonly url: string;
|
public readonly url: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user