Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AdminConversationsSetConversationPrefsRequest
implements SlackAPIRequest
Re-export
import { type AdminConversationsSetConversationPrefsRequest } from "https://deno.land/x/slack_web_api_client@0.13.1/index.ts";

Properties

channel_id: string
prefs: { who_can_post?: string; can_thread?: string; can_huddle?: string; enable_at_channel?: string; enable_at_here?: string; }
channel_id: string
prefs: { who_can_post?: string; can_thread?: string; can_huddle?: string; enable_at_channel?: string; enable_at_here?: string; }