prjseal / SlackBotMessages

A .NET library to enable you to send bot messages in slack
MIT License
55 stars 19 forks source link

.SetUserWithEmoji not working #23

Open DongDanBam opened 10 months ago

DongDanBam commented 10 months ago

Has anyone else had issues with .SetUserWithEmoji; not working?

image

var message = new Message("New member registered.").SetUserWithEmoji("Website", Emoji.Loudspeaker);