I started using EventSub channel.chat.message
subscription to listen to chat messages, and I noticed the fragment’s cheermote.prefix
is lowercase. On the other hand, the prefixes returned from the /helix/bits/cheermotes
endpoint are Capitalized.
While I can simply preprocess and convert both to the same case first before comparing, was wondering whether I was right in assuming they refer to the same thing, or whether it is how the prefix
is intended to be used? Is there an obvious reason for mismatching cases in these two APIs which I missed?
Thanks!