import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth.token);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by hugo697 167 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth.token);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by hugo697 181 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth.token);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by hugo697 742 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by admin 744 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth.token);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by hugo697 757 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(slack_auth: Slack, channel: string) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { response: response };
}
 Submitted by admin 814 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
type Slack = {
  token: string;
};
export async function main(
  slack_auth: Slack,
  channel: string,
) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { "response": response };
} Submitted by admin 817 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/mod.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
  slack_auth: wmill.Resource<"slack">,
  channel: string,
) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { "response": response };
} Submitted by adam186 943 days ago
import * as wmill from "https://deno.land/x/windmill@v1.85.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
  slack_auth: wmill.Resource<"slack">,
  channel: string,
) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { "response": response };
} Submitted by adam186 945 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
  slack_auth: wmill.Resource<"slack">,
  channel: string,
) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { "response": response };
} Submitted by adam186 980 days ago
import * as wmill from "https://deno.land/x/windmill@v1.12.0/index.ts";
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
export async function main(
  slack_auth: wmill.Resource<"slack">,
  channel: string,
) {
  const web = new WebClient(slack_auth);
  let response = await web.conversations.leave({
    channel: channel,
  });
  return { "response": response };
} Submitted by rossmccrann 1230 days ago