mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
types(Message): mark #thread as nullable (#6129)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -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