Go to Latest
interface AdminConversationsSetConversationPrefsRequest
implements SlackAPIRequest
import { type AdminConversationsSetConversationPrefsRequest } from "https://dotland.deno.dev/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; }
import AdminConversationsSetConversationPrefsRequest
import { AdminConversationsSetConversationPrefsRequest } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";