Condividi tramite


AcsChatMessageEventInThreadBase type

Schema delle proprietà comuni di tutti gli eventi dei messaggi di chat a livello di thread

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