8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
export enum InstantMessageEventFlags
|
|
{
|
|
normal = 0,
|
|
busyResponse = 1,
|
|
startTyping = 2,
|
|
finishTyping = 4
|
|
}
|