typings: make channelId non-nullable on MessageComponentInteraction (#6600)

This commit is contained in:
Suneet Tipirneni
2021-09-08 08:42:05 -04:00
committed by GitHub
parent c62823e43d
commit 8cc3885739
3 changed files with 16 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -1318,6 +1318,7 @@ export class MessageComponentInteraction extends Interaction {
public readonly component: MessageActionRowComponent | Exclude<APIMessageComponent, APIActionRowComponent> | null;
public componentType: Exclude<MessageComponentType, 'ACTION_ROW'>;
public customId: string;
public channelId: Snowflake;
public deferred: boolean;
public ephemeral: boolean | null;
public message: Message | APIMessage;