Skip to content

ContextMessageInteraction

ContextMessageInteraction ⇐ ContextMenuInteraction

Represents a context menu interaction for a message in a specific context.

Kind: global class
Extends: ContextMenuInteraction

new ContextMessageInteraction([data], guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
[data]ObjectThe data object to initialize the instance with.
guildIdstringThe ID of the guild associated with the instance.
clientClientThe client instance associated with the instance.