Represents an interaction's response
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
Cached | boolean | Yes | boolean | None |
Collects a single component interaction that passes the filter. The Promise will reject if the time expires.
Name | Type | Optional | Description |
---|---|---|---|
options | AwaitMessageCollectorOptionsParams<T, Cached> | Yes | Options to pass to the internal collector |
Creates a message component interaction collector
Name | Type | Optional | Description |
---|---|---|---|
options | MessageCollectorOptionsParams<T, Cached> | Yes | Options to send to the collector |
Deletes the response.
Edits the response.
Name | Type | Optional | Description |
---|---|---|---|
options | string | MessagePayload | WebhookMessageEditOptions | No | The new options for the response. |
Fetches the response as a Message object.