fetchFollowup method

Future<Message> fetchFollowup(
  1. Snowflake id
)

Fetch a followup to this interaction.

Implementation

Future<Message> fetchFollowup(Snowflake id) => manager.fetchFollowup(token, id);