InteractionMessage
A simple object that binds to an interaction message.
Last updated
Was this helpful?
A simple object that binds to an interaction message.
Last updated
Was this helpful?
Parameter
Type
Required
Default
Description
interaction
true
none
The interaction this message is attached to.
id
string
true
none
the id of this message.
id
The ID of this command. Type: string
interaction
The handler used. Type:
async edit(...messages: )
Edit an interaction message Returns: void
async delete()
Delete the interaction message Returns: void