suppressEmbeds method

Future<Message> suppressEmbeds()

Suppresses embeds in message. Can be executed in other users messages.

Implementation

Future<Message> suppressEmbeds() =>
    client.httpEndpoints.suppressMessageEmbeds(this.channel.id, this.id);