mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
feat(voiceState): add self_video property (#4346)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1672,6 +1672,7 @@ declare module 'discord.js' {
|
||||
public serverMute?: boolean;
|
||||
public sessionID?: string;
|
||||
public streaming: boolean;
|
||||
public selfVideo: boolean;
|
||||
public readonly speaking: boolean | null;
|
||||
|
||||
public setDeaf(deaf: boolean, reason?: string): Promise<GuildMember>;
|
||||
|
||||
Reference in New Issue
Block a user