editFollowUpInteraction abstract method

Future<void> editFollowUpInteraction(
  1. Snowflake botId,
  2. String token,
  3. Snowflake messageId,
  4. Map<String, dynamic> raw,
)

Implementation

Future<void> editFollowUpInteraction(
    Snowflake botId, String token, Snowflake messageId, Map<String, dynamic> raw);