Contents:
Emoji
Emoji.replace()
name (str)
style (str | Style)
variant (Literal['emoji', 'text'] | None)
Replace emoji markup with corresponding unicode characters.
text (str) – A string with emojis codes, e.g. “Hello :smiley:!”
A string with emoji codes replaces with actual emoji.
str