Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class Chatter
import { Chatter } from "https://deno.land/x/mercury@v0.0.187/models/chatter.js";

Represents a person within a chat

Constructors

new
Chatter(
authorNumber,
name,
messageCount,
messagePercent,
wordCount,
minutesSpentMessaging,
timesSpentMessagingString,
)