mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
docs: CommandInteraction#channelID is type of Snowflake (#5776)
This commit is contained in:
@@ -22,6 +22,12 @@ class CommandInteraction extends Interaction {
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
/**
|
||||
* The ID of the channel this interaction was sent in
|
||||
* @type {Snowflake}
|
||||
* @name CommandInteraction#channelID
|
||||
*/
|
||||
|
||||
/**
|
||||
* The ID of the invoked application command
|
||||
* @type {Snowflake}
|
||||
|
||||
Reference in New Issue
Block a user