Sdílet prostřednictvím


AcsChatMessageEventInThreadBase type

Schéma společných vlastností všech událostí chatovacích zpráv na úrovni vlákna

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