Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class Chatter
import { Chatter } from "https://deno.land/x/mercury@0.0.102/models/chatter.js";

Represents a person within a chat

Constructors

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