AcsChatMessageEventBase type
Schema of common properties of all chat message events
type AcsChatMessageEventBase = AcsChatEventBase & {
composeTime: string
messageId: string
senderCommunicationIdentifier: CommunicationIdentifierModel
senderDisplayName: string
type: string
version: number
}