Condividi tramite


RealTimeTextInformation type

informazioni richieste per ogni riga di testo in tempo reale

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