ChatEventId type
type ChatEventId =
| "chatMessageReceived"
| "chatMessageEdited"
| "chatMessageDeleted"
| "typingIndicatorReceived"
| "readReceiptReceived"
| "chatThreadCreated"
| "chatThreadDeleted"
| "chatThreadPropertiesUpdated"
| "participantsAdded"
| "participantsRemoved"
| "realTimeNotificationConnected"
| "realTimeNotificationDisconnected"