fetchFollowup method

Future<Message> fetchFollowup(
  1. Snowflake messageId
)

Fetch followup message

Implementation

Future<Message> fetchFollowup(Snowflake messageId) async =>
  this.interactions.interactionsEndpoints.fetchFollowup(this.interaction.token, this.client.app.id, messageId);