import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
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.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 300 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
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.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 314 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
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.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 875 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by admin 877 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
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.history({
channel: channel,
});
return { response: response };
}
Submitted by hugo697 890 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(slack_auth: Slack, channel: string) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { response: response };
}
Submitted by admin 946 days ago
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
type Slack = {
token: string;
};
export async function main(
slack_auth: Slack,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by admin 950 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 1076 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 1078 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by adam186 1113 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
slack_auth: wmill.Resource<"slack">,
channel: string,
) {
const web = new WebClient(slack_auth);
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}
Submitted by rossmccrann 1365 days ago
import * as wmill from "https://deno.land/x/[email protected]/index.ts";
import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
/*
@param: {string} channel - Conversation ID to fetch history for.
*/
export async function main(
channel: string,
) {
const web = new WebClient(await wmill.getVariable("g/all/slack_token"));
let response = await web.conversations.history({
channel: channel,
});
return { "response": response };
}Submitted by rossmccrann 1365 days ago