AcsChatMessageEventInThreadBase type

Schema of common properties of all thread-level chat message events

type AcsChatMessageEventInThreadBase = AcsChatEventInThreadBase & {
  composeTime: string
  messageId: string
  senderCommunicationIdentifier: CommunicationIdentifierModel
  senderDisplayName: string
  type: string
  version: number
}