Metadata of voice/video calls?
In the current implementation, a call will result in an trivial entry like { u: 0, t: 1500000000000 }. It would be helpful if I can know it's a call.
I forked the project to add the call-end time for myself. Not sure if anyone want to merge the change.
There's quite a few of these status messages. I think for now I'll just exclude them from the tracker, since there's no actual message so all of the different status metadata would have to be saved on a case-by-case basis.
If you're updating your fork, either revert the commit above or add a case for discordMessage.type === 3 which covers call status messages.
This would be a great feature
Closing in favor of #247.