UNPKG

429 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type UsersGetPresenceResponse = WebAPICallResult & {
3 auto_away?: boolean;
4 connection_count?: number;
5 error?: string;
6 last_activity?: number;
7 manual_away?: boolean;
8 needed?: string;
9 ok?: boolean;
10 online?: boolean;
11 presence?: string;
12 provided?: string;
13 warning?: string;
14};
15//# sourceMappingURL=UsersGetPresenceResponse.d.ts.map
\No newline at end of file