File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,15 @@ class MessageComponentInteraction extends BaseInteraction {
6666 }
6767
6868 /**
69- * Raw message components from the API
70- * * APIMessageButton
71- * * APIMessageSelectMenu
72- * @typedef {APIMessageButton|APIMessageSelectMenu } APIMessageActionRowComponent
69+ * Components that can be placed in an action row for messages.
70+ * * ButtonComponent
71+ * * StringSelectMenuComponent
72+ * * UserSelectMenuComponent
73+ * * RoleSelectMenuComponent
74+ * * MentionableSelectMenuComponent
75+ * * ChannelSelectMenuComponent
76+ * @typedef {ButtonComponent|StringSelectMenuComponent|UserSelectMenuComponent|
77+ * RoleSelectMenuComponent|MentionableSelectMenuComponent|ChannelSelectMenuComponent} MessageActionRowComponent
7378 */
7479
7580 /**
@@ -100,13 +105,3 @@ class MessageComponentInteraction extends BaseInteraction {
100105InteractionResponses . applyToClass ( MessageComponentInteraction ) ;
101106
102107module . exports = MessageComponentInteraction ;
103-
104- /**
105- * @external APIMessageSelectMenu
106- * @see {@link https://discord.com/developers/docs/interactions/message-components#select-menu-object }
107- */
108-
109- /**
110- * @external APIMessageButton
111- * @see {@link https://discord.com/developers/docs/interactions/message-components#button-object }
112- */
Original file line number Diff line number Diff line change 9898 * @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APIMessage }
9999 */
100100
101+ /**
102+ * @external APIMessageActionRowComponent
103+ * @see {@link https://discord-api-types.dev/api/discord-api-types-v10#APIMessageActionRowComponent }
104+ */
105+
101106/**
102107 * @external APIMessageComponent
103108 * @see {@link https://discord-api-types.dev/api/discord-api-types-v10#APIMessageComponent }
You can’t perform that action at this time.
0 commit comments