Skip to content

ContextUserInteraction

ContextUserInteraction ⇐ ContextMenuInteraction

Represents a user interaction with a context menu.

Kind: global class
Extends: ContextMenuInteraction

new ContextUserInteraction([data], guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
[data]ObjectThe data associated with the interaction.
guildIdstringThe ID of the guild where the interaction occurred.
clientClientThe client instance that received the interaction.