Sdílet prostřednictvím


AcsChatMessageEventBase type

Schéma společných vlastností všech událostí chatových zpráv

type AcsChatMessageEventBase = AcsChatEventBase & {
  composeTime: string
  messageId: string
  senderCommunicationIdentifier: CommunicationIdentifierModel
  senderDisplayName: string
  type: string
  version: number
}