feat(ThreadChannel): add ThreadChannel#viewable (#6975)

This commit is contained in:
Suneet Tipirneni
2021-11-18 01:58:05 -05:00
committed by GitHub
parent 0c5c7210e7
commit db09d79423
3 changed files with 22 additions and 1 deletions

1
typings/index.d.ts vendored
View File

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