Udostępnij przez


RealTimeTextInformation type

informacje wymagane dla każdego wiersza tekstu w czasie rzeczywistym

type RealTimeTextInformation = {
  displayName: string
  finalizedTimeStamp: Date
  id: number
  isMe?: boolean
  isTyping: boolean
  message: string
  userId?: string
}