UNPKG

transformice.js

Version:

Node.js client for Transformice with full Typescript support.

12 lines (11 loc) 282 B
import { Player } from "."; import Client from "../client"; import Base from "./Base"; export default class Message extends Base { content: string; author: Player; /** * @hidden */ constructor(client: Client, author: Player, content: string); }