Example #1
0
 /// <summary>
 /// Removes a reaction from this message added from the current bot.
 /// </summary>
 /// <exception cref="ArgumentNullException"></exception>
 /// <exception cref="DiscordHttpApiException"></exception>
 public Task DeleteOwnReaction(DiscordReactionEmoji reactionEmoji)
 {
     return(http.DeleteOwnReaction(ChannelId, Id, reactionEmoji));
 }