fix(typings): add strict type
prop to PartialGroupDMChannel
closes #746
This commit is contained in:
parent
cd4656dc92
commit
8acb8248f6
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user