Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
6
dist/enums/InstantMessageEventFlags.d.ts
vendored
Normal file
6
dist/enums/InstantMessageEventFlags.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare enum InstantMessageEventFlags {
|
||||
normal = 0,
|
||||
busyResponse = 1,
|
||||
startTyping = 2,
|
||||
finishTyping = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user