Skip to main content

@slack/web-api / ConversationsRequestSharedInviteDenyResponse

Type Alias: ConversationsRequestSharedInviteDenyResponse

type ConversationsRequestSharedInviteDenyResponse = WebAPICallResult & object;

Defined in: src/types/response/ConversationsRequestSharedInviteDenyResponse.ts:11

Type declaration

error?

optional error: string;

invite_id?

optional invite_id: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

provided?

optional provided: string;