import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
timestamp: string
) {
const web = new WebClient(slack_auth.token);
let response = await web.chat.delete({
channel: channel,
ts: timestamp,
});
return { response: response };
}
Submitted by hugo697 486 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { response: response };
}
Submitted by admin 488 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
timestamp: string
) {
const web = new WebClient(slack_auth.token);
let response = await web.chat.delete({
channel: channel,
ts: timestamp,
});
return { response: response };
}
Submitted by hugo697 501 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { response: response };
}
Submitted by admin 557 days ago
import { WebClient } from "https://deno.land/x/slack_web_api@1.0.3/mod.ts";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by admin 561 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";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by adam186 687 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";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by adam186 689 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";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by adam186 724 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";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
timestamp: string,
) {
const web = new WebClient(slack_auth);
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by rossmccrann 976 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";
/*
@param: {string} channel - Channel containing the message to be deleted.
@param: {string} timestamp - Timestamp of the message to be deleted.
*/
export async function main(
channel: string,
timestamp: string,
) {
const web = new WebClient(await wmill.getVariable("g/all/slack_token"));
let response = await web.chat.delete({
channel: channel,
timestamp: timestamp,
});
return { "response": response };
}
Submitted by rossmccrann 976 days ago