fetchOriginalResponse method

Future<Message> fetchOriginalResponse()

Fetch the original response to this interaction.

Implementation

Future<Message> fetchOriginalResponse() => manager.fetchOriginalResponse(token);