$interactionId
Retrieves the unique ID of an interaction (e.g., button press, menu selection).
$interactionId
Usage: This function returns the unique identifier associated with a user interaction like pressing a button or selecting an option from a menu. This ID can be useful for tracking or logging specific interactions.
Example
$interactionReply[$interactionId;yes] /* Returns the interaction ID */
This example demonstrates how to use $interactionId
within the $interactionReply
function to respond to the interaction while using the interaction ID.