mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
typings: make channelId non-nullable on MessageComponentInteraction (#6600)
This commit is contained in:
@@ -14,6 +14,12 @@ class MessageComponentInteraction extends Interaction {
|
||||
constructor(client, data) {
|
||||
super(client, data);
|
||||
|
||||
/**
|
||||
* The id of the channel this interaction was sent in
|
||||
* @type {Snowflake}
|
||||
* @name MessageComponentInteraction#channelId
|
||||
*/
|
||||
|
||||
/**
|
||||
* The message to which the component was attached
|
||||
* @type {Message|APIMessage}
|
||||
|
||||
Reference in New Issue
Block a user