AcsChatMessageEventBase type
Schema delle proprietà comuni di tutti gli eventi dei messaggi di chat
type AcsChatMessageEventBase = AcsChatEventBase & {
composeTime: string
messageId: string
senderCommunicationIdentifier: CommunicationIdentifierModel
senderDisplayName: string
type: string
version: number
}