UNPKG

vk-chat-bot

Version:

Package for easy creation of chat bots for VK communities (uses Callback API).

15 lines (14 loc) 291 B
export default class Stats { rx: number; tx: number; eventCounters: { [key: string]: number; }; previous: string; constructor(); sent(): void; event(eventName: string): void; private getEventCount; private formatDuration; private print; }