Skip to main content
Go to Latest
type alias AdminConversationsGetConversationPrefsResponse
Re-export
import { type AdminConversationsGetConversationPrefsResponse } from "https://deno.land/x/slack_web_api_client@0.7.2/index.ts";
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; prefs?: Prefs; provided?: string; }
definition: SlackAPIResponse & { error?: string; needed?: string; ok: boolean; prefs?: Prefs; provided?: string; }