deleteAllReactions method

Future<void> deleteAllReactions()

Deletes all reactions

Implementation

Future<void> deleteAllReactions() =>
    client.httpEndpoints.deleteMessageAllReactions(this.channel.id, this.id);