Channel KVStore Update
Overview
The channel.kvstore.update topic provides real-time updates when changes occur in a channel's key-value store. This allows you to receive immediate notifications about modifications to specific key-value pairs associated with a channel.
Payload
{
    "id": "01J6VM2EHSDBTTQZK5C2B6W0NF",
    "ts": "2024-02-15T14:52:42Z",
    "type": "message",
    "topic": "channel.kvstore.update",
    "room": "577c0455f9a31ea72a36b2b3",
    "data": {
        "key": "alerts.paused",
        "value": true
    }
}