Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions

This commit is contained in:
Casper Warden
2017-12-13 19:55:08 +00:00
parent af71aa597e
commit 4e8feb181f
96 changed files with 2151 additions and 935 deletions

4
dist/enums/InstantMessageFlags.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare enum InstantMessageFlags {
normal = 0,
busyResponse = 1,
}