Поделиться через


MessageReadListener type

Обратный вызов для события messageRead chatAdapterSubscribers .

type MessageReadListener = (event: {
  message: ChatMessage_2
  readBy: CommunicationUserKind
}) => void