Edits history of script submission #19 for ' List Conversation History (slack)'

  • deno
    One script reply has been approved by the moderators
    Ap­pro­ved
    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 368 days ago

  • deno
    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 382 days ago

  • deno
    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 943 days ago

  • deno
    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 945 days ago

  • deno
    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 958 days ago

  • deno
    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 1014 days ago

  • deno
    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 1018 days ago

  • deno
    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 1144 days ago

  • deno
    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 1146 days ago

  • deno
    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 1181 days ago

  • deno
    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 1433 days ago

  • deno
    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 1433 days ago