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

x/deno_slack_api/generated/method-types/conversations.ts>ConversationsAPIType

Slack API Client for Deno Run on Slack projects
Go to Latest
type alias ConversationsAPIType
import { type ConversationsAPIType } from "https://deno.land/x/deno_slack_api@2.1.2/generated/method-types/conversations.ts";
definition: { acceptSharedInvite: SlackAPIMethod; approveSharedInvite: SlackAPIMethod; archive: SlackAPIMethod; close: SlackAPIMethod; create: SlackAPIMethod; declineSharedInvite: SlackAPIMethod; history: SlackAPICursorPaginatedMethod; info: SlackAPIMethod; invite: SlackAPIMethod; inviteShared: SlackAPIMethod; join: SlackAPIMethod; kick: SlackAPIMethod; leave: SlackAPIMethod; list: SlackAPICursorPaginatedMethod; listConnectInvites: SlackAPICursorPaginatedMethod; mark: SlackAPIMethod; members: SlackAPICursorPaginatedMethod; open: SlackAPIMethod; rename: SlackAPIMethod; replies: SlackAPICursorPaginatedMethod; setPurpose: SlackAPIMethod; setTopic: SlackAPIMethod; unarchive: SlackAPIMethod; }