Hello,
I am working with sendbird web hooks in group_channels. When I receive the group_channel:message_send event. The payload includes a message_id in the payload (as seen in the docs here: https://sendbird.com/docs/chat/v3/platform-api/guides/webhooks#2-group_channel-message_send). But on the group_channel:message_read there is no message_id. (https://sendbird.com/docs/chat/v3/platform-api/guides/webhooks#2-group_channel-message_read) This makes no sense to me. I have no way to identify which message has been read.Am I missing something? I need a way to identify which message has been read from the web hook. Any help would be appriciated.
Thanks