sendFollowup abstract method

Future<IMessage> sendFollowup(
  1. String token,
  2. Snowflake applicationId,
  3. MessageBuilder builder, {
  4. bool hidden = false,
})

Sends followup for interaction with given token. IMessage will be created with builder

Implementation

Future<IMessage> sendFollowup(String token, Snowflake applicationId, MessageBuilder builder, {bool hidden = false});