fetchFollowup method

Future<Message> fetchFollowup(
  1. String token,
  2. Snowflake messageId
)

Fetch a followup to an interaction.

Implementation

Future<Message> fetchFollowup(String token, Snowflake messageId) => _fetchResponse(token, messageId.toString());