suppressMessageEmbeds abstract method

Future<Message> suppressMessageEmbeds(
  1. Snowflake channelId,
  2. Snowflake messageId
)

Removes all embeds from given message

Implementation

Future<Message> suppressMessageEmbeds(
    Snowflake channelId, Snowflake messageId);