Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface Channel
import { type Channel } from "https://deno.land/x/slack_web_api_client@0.2.1/client/generated-response/SearchMessagesResponse.ts";

Properties

optional
id: string
optional
is_channel: boolean
optional
is_ext_shared: boolean
optional
is_group: boolean
optional
is_im: boolean
optional
is_mpim: boolean
optional
is_org_shared: boolean
optional
is_pending_ext_shared: boolean
optional
is_private: boolean
optional
is_shared: boolean
optional
name: string
optional
name_normalized: string
optional
pending_shared: string[]
optional
user: string