mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
typings: make channelId non-nullable on MessageComponentInteraction (#6600)
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user