Exemple #1
0
 public async Task <SlackResponse> AddReactionAsync(string emojiName)
 {
     return(await Api.AddReactionAsync(this, emojiName));
 }