spectrum-ts v4.1.0
New Features
readis now a universal content type, so you can callmessage.read(),space.read(message), orspace.send(read(message))across providers.- WhatsApp Business now sends real read receipts with
markRead, while iMessage keeps its chat-level read behavior. ✨
Improvement
- Slack and Telegram now safely no-op for read receipts, so shared code can call
read()without provider-specific branching. read()can only target inbound messages, and it can’t be wrapped insidereply()oredit(), which makes misuse fail earlier and more clearly.
Version: 4.1.0