Udostępnij za pośrednictwem


AcsChatMessageEventBase type

Schemat typowych właściwości wszystkich zdarzeń wiadomości czatu

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