UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

10 lines (9 loc) 247 B
export declare enum UserStatusConnection { OFFLINE = "offline", ONLINE = "online", AWAY = "away", BUSY = "busy", INVISIBLE = "invisible", /** This happens for livechat users and rocket.cat. */ UNDEFINED = "undefined" }