Skip to main content

@slack/web-api / ConversationsAcceptSharedInviteArguments

Type Alias: ConversationsAcceptSharedInviteArguments

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

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

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.