Edits history of script submission #22 for ' Add Star (slack)'

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth.token);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by hugo697 465 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth.token);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by hugo697 479 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth.token);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by hugo697 1040 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined, // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by admin 1042 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth.token);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by hugo697 1055 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined, // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { response: response };
    }
    

    Submitted by admin 1112 days ago

  • deno
    import { WebClient } from "https://deno.land/x/[email protected]/mod.ts";
    
    type Slack = {
      token: string;
    };
    export async function main(
      slack_auth: Slack,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { "response": response };
    }
    

    Submitted by admin 1115 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";
    
    export async function main(
      slack_auth: wmill.Resource<"slack">,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { "response": response };
    }
    

    Submitted by adam186 1241 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";
    
    export async function main(
      slack_auth: wmill.Resource<"slack">,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { "response": response };
    }
    

    Submitted by adam186 1243 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";
    
    export async function main(
      slack_auth: wmill.Resource<"slack">,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { "response": response };
    }
    

    Submitted by adam186 1278 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";
    
    export async function main(
      slack_auth: wmill.Resource<"slack">,
      channel: string = undefined, // Channel to add star to, or channel where the message to add star to was posted (used with timestamp)
      timestamp: string = undefined, // Timestamp of the message to add star to
      file: string = undefined // File to add star to
    ) {
      const web = new WebClient(slack_auth);
    
      let response = await web.stars.add({
        channel: channel,
        timestamp: timestamp,
        file: file,
      });
    
      return { "response": response };
    }
    

    Submitted by rossmccrann 1528 days ago