Module

x/slack_web_api_client/index.ts>CanvasesAccessSetRequest

Streamlined Slack Web API client for TypeScript
Go to Latest
interface CanvasesAccessSetRequest
implements SlackAPIRequest
import { type CanvasesAccessSetRequest } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";

Properties

canvas_id: string
access_level: "read" | "write"
optional
user_ids: string[]
optional
channel_ids: string[]
canvas_id: string
access_level: "read" | "write"
optional
user_ids: string[]
optional
channel_ids: string[]
import CanvasesAccessSetRequest
import { CanvasesAccessSetRequest } from "https://dotland.deno.dev/x/slack_web_api_client@0.13.1/index.ts";