You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
Unable to use emotes such as (creditcard) or flags such as (flag:us) in a rich text message when using the sendMsg() function.
Basically many emotes aren't in SkypeUtils.static["items"], so it doesn't work when calling SkypeMsg.Emote() either as that method relies on SkypeUtils.static["items"].
Rich text seems to force Skype emotes in all formats EXCEPT UniCode to not embed.
Example: (flag:us) will not embed properly if rich=true, but will work if rich=false.
Result or traceback
Unable to use many emotes in rich text messages.
Sorry if there is already a known fix that I was unable to find. I looked and couldn't find anything.