Skip to main content
Module

x/slack_web_api_client/mod.ts>UsersGetPresenceResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias UsersGetPresenceResponse
Re-export
import { type UsersGetPresenceResponse } from "https://deno.land/x/slack_web_api_client@0.4.2/mod.ts";
definition: SlackAPIResponse & { 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; }