mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
feat(ThreadChannel): add ThreadChannel#viewable (#6975)
This commit is contained in:
Vendored
+1
@@ -2099,6 +2099,7 @@ export class ThreadChannel extends TextBasedChannel(Channel) {
|
||||
public readonly joined: boolean;
|
||||
public locked: boolean | null;
|
||||
public readonly manageable: boolean;
|
||||
public readonly viewable: boolean;
|
||||
public readonly sendable: boolean;
|
||||
public memberCount: number | null;
|
||||
public messageCount: number | null;
|
||||
|
||||
Reference in New Issue
Block a user