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