@slack/web-api / ConversationsRequestSharedInviteApproveArguments
Defined in: src/types/request/conversations.ts:195
InviteID.Partial<ChannelID>.TokenOverridable
optional channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
AdminConversationsArchiveArguments.channel_id
invite_id: string;Defined in: src/types/request/conversations.ts:28
ID of the invite.
InviteID.invite_idoptional is_external_limited: boolean;Defined in: src/types/request/conversations.ts:203
Whether the invited team will have post-only permissions in the channel. Will override the value on the requested invite.
optional message: object;Defined in: src/types/request/conversations.ts:205
is_override: boolean;When true, will override the user specified message. Otherwise, text will be appended to the
user specified message on the invite request.
text: string;Text to include along with the email invite.
Optional additional messaging to attach to the invite approval message.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token