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 42 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 56 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 617 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 619 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 632 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 689 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 692 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 818 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 820 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 855 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 1105 days ago