Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/slack_web_api_client/block-kit/blocks.ts>SlackFileImageBlock

Streamlined Slack Web API client for TypeScript
Latest
interface SlackFileImageBlock
implements Block<"image">
import { type SlackFileImageBlock } from "https://deno.land/x/slack_web_api_client@0.13.3/block-kit/blocks.ts";

Properties

type: "image"
slack_file: AnySlackFile
alt_text: string
optional
title: PlainTextField