Skip to content

1.0.3 fixes, adding text_content

Compare
Choose a tag to compare
@ohn0 ohn0 released this 30 Sep 21:18
· 8 commits to main since this release
e94626a

Only real outwards change is that the chat message now has 3 nodes: message, emoji, and text_content.

Message contains the chat message as it would be shown on the livechat when viewing a stream. The only difference being that custom emojis show up as the name of the emoji.

Emoji contains an array of all the emojis used in the message, it would be a mix of custom and basic emojis, each object containing the name, URL, and whether or not it is custom.

text_content contains only the text that the user typed, no emojis.