mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
feat(ThreadChannel): add ThreadChannel#viewable (#6975)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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