fix(typings): add strict type prop to PartialGroupDMChannel

closes #746
This commit is contained in:
DarkGuy10 2023-07-03 21:25:10 +05:30 committed by GitHub
parent cd4656dc92
commit 8acb8248f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
typings/index.d.ts vendored
View File

@ -2571,6 +2571,7 @@ export class PartialGroupDMChannel extends TextBasedChannelMixin(Channel, [
'setNSFW',
]) {
private constructor(client: Client, data: RawPartialGroupDMChannelData);
public type: 'GROUP_DM';
public name: string | null;
public icon: string | null;
public readonly recipients: Collection<Snowflake, User>;