7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
export declare enum InstantMessageEventFlags {
|
|
normal = 0,
|
|
busyResponse = 1,
|
|
startTyping = 2,
|
|
finishTyping = 4
|
|
}
|