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@0.0.142/models/chatter.js";

Represents a person within a chat.

Constructors

new
Chatter(
authorNumber,
name,
messageCount,
messagePercent,
)