Skip to main content

Type Alias: ConversationsAcceptSharedInviteArguments

type ConversationsAcceptSharedInviteArguments: TokenOverridable & OptionalTeamAssignable & ChannelID | InviteID & IsPrivate & object;

Type declaration

channel_name

channel_name: string;

Description

Name of the channel. If the channel does not exist already in your workspace, this name is the one that the channel will take.

free_trial_accepted?

optional free_trial_accepted: boolean;

Description

Whether you'd like to use your workspace's free trial to begin using Slack Connect.

Defined in

packages/web-api/src/types/request/conversations.ts:52