Function: track()
Defined in: node_modules/@skyra/editable-commands/dist/esm/index.d.mts:9
Tracks a response with a message, in a way that if send is called with message
, response
will be edited.
Parameters
Parameter | Type | Description |
---|---|---|
message | Message | The message to track when editing. |
response | Message | The response to edit when using send with message . |
Returns
void