public Task RemoveReactionsForEmoteAsync(ulong channelId, ulong messageId, IEmote emote, RequestOptions options = null)
 => MessageHelper.RemoveAllReactionsForEmoteAsync(channelId, messageId, emote, this, options);
示例#2
0
 /// <inheritdoc />
 public Task RemoveAllReactionsForEmoteAsync(IEmote emote, RequestOptions options = null)
 => MessageHelper.RemoveAllReactionsForEmoteAsync(this, emote, Discord, options);