@slack/web-api
Version:
Official library for using the Slack Platform's Web API
15 lines • 434 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type UsersGetPresenceResponse = WebAPICallResult & {
auto_away?: boolean;
connection_count?: number;
error?: string;
last_activity?: number;
manual_away?: boolean;
needed?: string;
ok?: boolean;
online?: boolean;
presence?: string;
provided?: string;
warning?: string;
};
//# sourceMappingURL=UsersGetPresenceResponse.d.ts.map